diff options
Diffstat (limited to 'tdeprint')
-rw-r--r-- | tdeprint/ppdloader.cpp | 6 | ||||
-rw-r--r-- | tdeprint/ppdscanner.cpp | 4 | ||||
-rw-r--r-- | tdeprint/ppdscanner.l | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/tdeprint/ppdloader.cpp b/tdeprint/ppdloader.cpp index 2e2250dd2..dcf272b0a 100644 --- a/tdeprint/ppdloader.cpp +++ b/tdeprint/ppdloader.cpp @@ -178,7 +178,7 @@ bool PPDLoader::openUi( const TQString& name, const TQString& desc, const TQStri { if ( m_option ) { - qWarning( "PPD syntax error, UI specification not correctly closed" ); + tqWarning( "PPD syntax error, UI specification not correctly closed" ); endUi( m_option->name() ); } @@ -418,7 +418,7 @@ bool PPDLoader::putFooProcessedData( const TQVariant& var ) } else { - qWarning( "Option %s not found in original PPD file", o->name().latin1() ); + tqWarning( "Option %s not found in original PPD file", o->name().latin1() ); delete o; } } @@ -507,7 +507,7 @@ void PPDLoader::processPageSizes( DrMain *driver ) TQDictIterator<PS_private> it( m_ps ); for ( ; it.current(); ++it ) { - //qDebug( "ADDING PAGESIZE: %16s, Size = ( %.2f, %.2f ), Area = ( %.2f, %.2f, %.2f, %.2f )", it.current()->name.latin1(), + //tqDebug( "ADDING PAGESIZE: %16s, Size = ( %.2f, %.2f ), Area = ( %.2f, %.2f, %.2f, %.2f )", it.current()->name.latin1(), // it.current()->size.width, it.current()->size.height, // it.current()->area.left, it.current()->area.bottom, // it.current()->area.right, it.current()->area.top ); diff --git a/tdeprint/ppdscanner.cpp b/tdeprint/ppdscanner.cpp index 50611aaa1..12ade574d 100644 --- a/tdeprint/ppdscanner.cpp +++ b/tdeprint/ppdscanner.cpp @@ -560,8 +560,8 @@ TQIODevice *tdeprint_ppdscanner_device = NULL; int tdeprint_ppdscanner_lno = 0; #if 0 -#define QDEBUG0(s) qDebug(s) -#define QDEBUG1(s,a) qDebug(s,a) +#define QDEBUG0(s) tqDebug(s) +#define QDEBUG1(s,a) tqDebug(s,a) #else #define QDEBUG0(s) #define QDEBUG1(s,a) diff --git a/tdeprint/ppdscanner.l b/tdeprint/ppdscanner.l index ba60ee2f6..168e3a535 100644 --- a/tdeprint/ppdscanner.l +++ b/tdeprint/ppdscanner.l @@ -40,8 +40,8 @@ QIODevice *tdeprint_ppdscanner_device = NULL; int tdeprint_ppdscanner_lno = 0; #if 0 -#define QDEBUG0(s) qDebug(s) -#define QDEBUG1(s,a) qDebug(s,a) +#define QDEBUG0(s) tqDebug(s) +#define QDEBUG1(s,a) tqDebug(s,a) #else #define QDEBUG0(s) #define QDEBUG1(s,a) |