summaryrefslogtreecommitdiffstats
path: root/ksirc/puke/controller.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:34:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:34:45 -0600
commit6efceb1cf68e8a942d28bba4be8fa65b2e8f3c71 (patch)
tree35c87e21025b800ecd5840f96a9638c964e930b8 /ksirc/puke/controller.cpp
parentb251e315b57c6665336289a940e9b1d4a179e463 (diff)
downloadtdenetwork-6efceb1cf68e8a942d28bba4be8fa65b2e8f3c71.tar.gz
tdenetwork-6efceb1cf68e8a942d28bba4be8fa65b2e8f3c71.zip
Rename additional global TQt functions
Diffstat (limited to 'ksirc/puke/controller.cpp')
-rw-r--r--ksirc/puke/controller.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ksirc/puke/controller.cpp b/ksirc/puke/controller.cpp
index 5a646973..a7c95091 100644
--- a/ksirc/puke/controller.cpp
+++ b/ksirc/puke/controller.cpp
@@ -310,7 +310,7 @@ void PukeController::Traffic(int fd)
}
#endif /* DEBUG */
if(pm.iHeader != iPukeHeader){
- qWarning("Invalid packet received, discarding!");
+ tqWarning("Invalid packet received, discarding!");
return;
}
if(pm.iTextSize > 0){
@@ -527,7 +527,7 @@ void PukeController::hdlrPukeSetup(int fd, PukeMessage *pm)
pmOut.iArg = 1;
if((strlen(pm->cArg) > 0) &&
(this->qidConnectFd[fd] != NULL)){
- this->qidConnectFd[fd]->server = qstrdup(pm->cArg);
+ this->qidConnectFd[fd]->server = tqstrdup(pm->cArg);
pmOut.iWinId = pm->iWinId;
pmOut.iArg = sizeof(PukeMessage) - sizeof(char *);
}
@@ -651,13 +651,13 @@ void PukeController::hdlrPukeDeleteWidget(int fd, PukeMessage *pm)
pmRet.iCommand = PUKE_WIDGET_DELETE_ACK;
}
else {
- qWarning("WidgetRunner: no such widget: %d", wI.iWinId);
+ tqWarning("WidgetRunner: no such widget: %d", wI.iWinId);
throw(errorCommandFailed(PUKE_INVALID, INVALID_DEL_NO_SUCH_WIDGET));
}
*/
if(checkWidgetId(&wI) == FALSE){
- qWarning("WidgetRunner: no such widget: %d", wI.iWinId);
+ tqWarning("WidgetRunner: no such widget: %d", wI.iWinId);
throw(errorCommandFailed(PUKE_INVALID, INVALID_DEL_NO_SUCH_WIDGET));
}