diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:18:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:18:46 -0600 |
commit | 518a47c1df15bbc2b4f60a73c0ae8c18d05e57b6 (patch) | |
tree | 0423950a734f92b1166a520045bf2824e776519d /kbarcode/rectitem.cpp | |
parent | d0478f6e3817d57fea22554559cc063be9f3f055 (diff) | |
download | kbarcode-518a47c1df15bbc2b4f60a73c0ae8c18d05e57b6.tar.gz kbarcode-518a47c1df15bbc2b4f60a73c0ae8c18d05e57b6.zip |
Rename additional global TQt functions
Diffstat (limited to 'kbarcode/rectitem.cpp')
-rw-r--r-- | kbarcode/rectitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/rectitem.cpp b/kbarcode/rectitem.cpp index 9e52e97..560dc99 100644 --- a/kbarcode/rectitem.cpp +++ b/kbarcode/rectitem.cpp @@ -92,7 +92,7 @@ void RectItem::drawIpl( TQTextStream* stream, IPLUtils* utils ) int thick = pen().width(); if( m_circle ) - qDebug("Cirlce not implemented for IPL"); + tqDebug("Cirlce not implemented for IPL"); else { int counter = utils->counter(); |