diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:21:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:21:29 -0600 |
commit | 91854270fa494b79fce6563bebe54caa907da789 (patch) | |
tree | 999c9c8089ed03f0a1fc6131c971e527f0c084c8 | |
parent | 2d7432fbf13ca00c1fceb93657c3d19501038945 (diff) | |
download | ksquirrel-91854270fa494b79fce6563bebe54caa907da789.tar.gz ksquirrel-91854270fa494b79fce6563bebe54caa907da789.zip |
Rename additional global TQt functions
-rw-r--r-- | ksquirrel/imageedit/sq_imageeditoptions.ui.h | 2 | ||||
-rw-r--r-- | ksquirrel/main.cpp | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ksquirrel/imageedit/sq_imageeditoptions.ui.h b/ksquirrel/imageedit/sq_imageeditoptions.ui.h index a00aafd..7640ce0 100644 --- a/ksquirrel/imageedit/sq_imageeditoptions.ui.h +++ b/ksquirrel/imageedit/sq_imageeditoptions.ui.h @@ -23,7 +23,7 @@ int SQ_ImageEditOptions::exec(SQ_ImageOptions *o) b->animateClick(); else { - qWarning("SQ_ImageEditOptions::exec: wrong button Id"); + tqWarning("SQ_ImageEditOptions::exec: wrong button Id"); radioCurrentDir->animateClick(); } diff --git a/ksquirrel/main.cpp b/ksquirrel/main.cpp index 1c315d1..51e9554 100644 --- a/ksquirrel/main.cpp +++ b/ksquirrel/main.cpp @@ -106,7 +106,7 @@ int main(int argc, char *argv[]) if(!TQGLFormat::hasOpenGL()) { - qWarning("KSquirrel: this system has no OpenGL support. Exiting." ); + tqWarning("KSquirrel: this system has no OpenGL support. Exiting." ); exit(1); } @@ -128,7 +128,7 @@ int main(int argc, char *argv[]) dataStream << high->param; if(!a.dcopClient()->call(App, App, "load(TQString)", data, replyType, replyData)) - qDebug("\nUnable to send data to old instance of KSquirrel: exiting.\n"); + tqDebug("\nUnable to send data to old instance of KSquirrel: exiting.\n"); sq_args->clear(); delete high; @@ -141,7 +141,7 @@ int main(int argc, char *argv[]) TQString data; if(!a.dcopClient()->send(App, App, "activate()", data)) - qDebug("\nUnable to send data to old instance of KSquirrel: exiting.\n"); + tqDebug("\nUnable to send data to old instance of KSquirrel: exiting.\n"); sq_args->clear(); delete high; |