summaryrefslogtreecommitdiffstats
path: root/ksirc/objFinder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/objFinder.cpp')
-rw-r--r--ksirc/objFinder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksirc/objFinder.cpp b/ksirc/objFinder.cpp
index bb4fe5dc..4c986e49 100644
--- a/ksirc/objFinder.cpp
+++ b/ksirc/objFinder.cpp
@@ -29,7 +29,7 @@ void objFinder::insert(TQObject *obj, const char *key){
TQString name;
if(obj == 0x0){
- qWarning("objFinder: Passed Null Object");
+ tqWarning("objFinder: Passed Null Object");
return;
}