diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:25:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:25:56 -0600 |
commit | 543fa670b11b8990e54233d52bddc9840b45ac6d (patch) | |
tree | 5fd8993d92fdbdffecd24af91767569e75026deb /qtinterface/interface_tqt3/tqpaintdevice.cpp | |
parent | 0076a6194c579137f4606b250e745f77b9e669ea (diff) | |
download | tqtinterface-543fa670b11b8990e54233d52bddc9840b45ac6d.tar.gz tqtinterface-543fa670b11b8990e54233d52bddc9840b45ac6d.zip |
Rename additional global TQt functions
Diffstat (limited to 'qtinterface/interface_tqt3/tqpaintdevice.cpp')
-rw-r--r-- | qtinterface/interface_tqt3/tqpaintdevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtinterface/interface_tqt3/tqpaintdevice.cpp b/qtinterface/interface_tqt3/tqpaintdevice.cpp index 0ebab87..7f3574a 100644 --- a/qtinterface/interface_tqt3/tqpaintdevice.cpp +++ b/qtinterface/interface_tqt3/tqpaintdevice.cpp @@ -99,7 +99,7 @@ GC qt_xget_temp_gc( int scrn, bool monochrome ) // get temporary GC { int appScreenCount = QApplication::desktop()->numScreens(); if ( scrn < 0 || scrn >= appScreenCount ) { - qDebug("invalid screen (tmp) %d %d", scrn, appScreenCount ); + tqDebug("invalid screen (tmp) %d %d", scrn, appScreenCount ); QWidget* bla = 0; bla->setName("hello"); } |