diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:33:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:33:40 -0600 |
commit | 4fb897b216c41c13f128c71bcc66f60e2dc601c4 (patch) | |
tree | 2891b54cd6ec39db133da0110028ec93fc006751 /tdeui/kled.cpp | |
parent | 8fc8811ef6079a15decd33f1ea5d95dd718e4557 (diff) | |
download | tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.tar.gz tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.zip |
Rename additional global TQt functions
Diffstat (limited to 'tdeui/kled.cpp')
-rw-r--r-- | tdeui/kled.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeui/kled.cpp b/tdeui/kled.cpp index 7dd45f107..3a3aa2a83 100644 --- a/tdeui/kled.cpp +++ b/tdeui/kled.cpp @@ -129,7 +129,7 @@ KLed::paintEvent(TQPaintEvent *) paintRect(); break; default : - qWarning("%s: in class KLed: no KLed::Look set",tqApp->argv()[0]); + tqWarning("%s: in class KLed: no KLed::Look set",tqApp->argv()[0]); } break; case Circular: @@ -145,17 +145,17 @@ KLed::paintEvent(TQPaintEvent *) paintSunken(); break; default: - qWarning("%s: in class KLed: no KLed::Look set",tqApp->argv()[0]); + tqWarning("%s: in class KLed: no KLed::Look set",tqApp->argv()[0]); } break; default: - qWarning("%s: in class KLed: no KLed::Shape set",tqApp->argv()[0]); + tqWarning("%s: in class KLed: no KLed::Shape set",tqApp->argv()[0]); break; } #ifdef PAINT_BENCH } int ready = t.elapsed(); - qWarning("elapsed: %d msec. for %d rounds", ready, rounds); + tqWarning("elapsed: %d msec. for %d rounds", ready, rounds); #endif } |