diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:34:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:34:45 -0600 |
commit | 6efceb1cf68e8a942d28bba4be8fa65b2e8f3c71 (patch) | |
tree | 35c87e21025b800ecd5840f96a9638c964e930b8 /ksirc/puke/pobject.cpp | |
parent | b251e315b57c6665336289a940e9b1d4a179e463 (diff) | |
download | tdenetwork-6efceb1cf68e8a942d28bba4be8fa65b2e8f3c71.tar.gz tdenetwork-6efceb1cf68e8a942d28bba4be8fa65b2e8f3c71.zip |
Rename additional global TQt functions
Diffstat (limited to 'ksirc/puke/pobject.cpp')
-rw-r--r-- | ksirc/puke/pobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksirc/puke/pobject.cpp b/ksirc/puke/pobject.cpp index 9e46e042..99be1274 100644 --- a/ksirc/puke/pobject.cpp +++ b/ksirc/puke/pobject.cpp @@ -69,7 +69,7 @@ void PObject::messageHandler(int fd, PukeMessage *pm) delete this; } else { - qWarning("PObject: Unkown Command: %d", pm->iCommand); + tqWarning("PObject: Unkown Command: %d", pm->iCommand); pmRet.iCommand = PUKE_INVALID; pmRet.iWinId = pm->iWinId; pmRet.iArg = 0; |