diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:22:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:22:37 -0600 |
commit | e07474244f2f3e8a84b3507a3613592c05dc6de8 (patch) | |
tree | 9b67edbb25526894e25c6f606e34463d98f7783d /src/gui/kdeext/RGLed.cpp | |
parent | 145b100729b29e28fd9c8d95a7579e811bdc1e11 (diff) | |
download | rosegarden-e07474244f2f3e8a84b3507a3613592c05dc6de8.tar.gz rosegarden-e07474244f2f3e8a84b3507a3613592c05dc6de8.zip |
Rename additional global TQt functions
Diffstat (limited to 'src/gui/kdeext/RGLed.cpp')
-rw-r--r-- | src/gui/kdeext/RGLed.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/kdeext/RGLed.cpp b/src/gui/kdeext/RGLed.cpp index a928ee5..c1b9604 100644 --- a/src/gui/kdeext/RGLed.cpp +++ b/src/gui/kdeext/RGLed.cpp @@ -236,7 +236,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: @@ -251,18 +251,18 @@ 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 } |