summaryrefslogtreecommitdiffstats
path: root/tdeprint
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:33:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:33:40 -0600
commit4fb897b216c41c13f128c71bcc66f60e2dc601c4 (patch)
tree2891b54cd6ec39db133da0110028ec93fc006751 /tdeprint
parent8fc8811ef6079a15decd33f1ea5d95dd718e4557 (diff)
downloadtdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.tar.gz
tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.zip
Rename additional global TQt functions
Diffstat (limited to 'tdeprint')
-rw-r--r--tdeprint/ppdloader.cpp6
-rw-r--r--tdeprint/ppdscanner.cpp4
-rw-r--r--tdeprint/ppdscanner.l4
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)