mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
KDEBUG -> kdebug
svn path=/trunk/kdegraphics/kdvi/; revision=19213
This commit is contained in:
parent
508d0f55fb
commit
a002b09e63
2 changed files with 2 additions and 2 deletions
|
@ -262,7 +262,7 @@ void dviWindow::setPaper( const char *paper )
|
|||
float w, h;
|
||||
if (!kdviprefs::paperSizes( paper, w, h ))
|
||||
{
|
||||
KDEBUG( KDEBUG_WARN, 0, "Unknown paper type!");
|
||||
kdebug(KDEBUG_WARN, 4300, "Unknown paper type!");
|
||||
// A4 paper is used as default, if paper is unknown
|
||||
w = 21.0/2.54;
|
||||
h = 29.7/2.54;
|
||||
|
|
|
@ -272,7 +272,7 @@ void print::okPressed()
|
|||
|
||||
cmd += " &";
|
||||
|
||||
KDEBUG( KDEBUG_INFO, 0, QString( "About to run: " + cmd ) );
|
||||
kdebug(KDEBUG_INFO, 4300,"About to run: %s", cmd);
|
||||
system( cmd );
|
||||
accept();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue