summaryrefslogtreecommitdiffstats
path: root/kbarcode/textitem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:46 -0600
commit518a47c1df15bbc2b4f60a73c0ae8c18d05e57b6 (patch)
tree0423950a734f92b1166a520045bf2824e776519d /kbarcode/textitem.cpp
parentd0478f6e3817d57fea22554559cc063be9f3f055 (diff)
downloadkbarcode-518a47c1df15bbc2b4f60a73c0ae8c18d05e57b6.tar.gz
kbarcode-518a47c1df15bbc2b4f60a73c0ae8c18d05e57b6.zip
Rename additional global TQt functions
Diffstat (limited to 'kbarcode/textitem.cpp')
-rw-r--r--kbarcode/textitem.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbarcode/textitem.cpp b/kbarcode/textitem.cpp
index 0b00e7a..eba6610 100644
--- a/kbarcode/textitem.cpp
+++ b/kbarcode/textitem.cpp
@@ -217,8 +217,8 @@ bool TextItem::IsTQtTextRenderingBroken()
{
if( !s_qt_broken_init )
{
- TQString version( qVersion() );
-// qDebug( "Detected TQt Version: %s", version.latin1() );
+ TQString version( tqVersion() );
+// tqDebug( "Detected TQt Version: %s", version.latin1() );
int major = version.section( ".", 0, 0 ).toInt();
int minor = version.section( ".", 1, 1 ).toInt();
int bugfix = version.section( ".", 2, 2 ).toInt();
@@ -241,7 +241,7 @@ bool TextItem::IsTQtTextRenderingBroken()
s_qt_broken = true;
if( s_qt_broken )
- qDebug("TQt's text redering is broken - using KBarcode fix.");
+ tqDebug("TQt's text redering is broken - using KBarcode fix.");
s_qt_broken_init = true;
return s_qt_broken;