diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:33:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:33:40 -0600 |
commit | 4fb897b216c41c13f128c71bcc66f60e2dc601c4 (patch) | |
tree | 2891b54cd6ec39db133da0110028ec93fc006751 /tdeprint/ppdloader.cpp | |
parent | 8fc8811ef6079a15decd33f1ea5d95dd718e4557 (diff) | |
download | tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.tar.gz tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.zip |
Rename additional global TQt functions
Diffstat (limited to 'tdeprint/ppdloader.cpp')
-rw-r--r-- | tdeprint/ppdloader.cpp | 6 |
1 files changed, 3 insertions, 3 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 ); |