summaryrefslogtreecommitdiffstats
path: root/ksirc/KSPrefs
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/KSPrefs')
-rw-r--r--ksirc/KSPrefs/page_servchan.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksirc/KSPrefs/page_servchan.cpp b/ksirc/KSPrefs/page_servchan.cpp
index f7587947..b3a87284 100644
--- a/ksirc/KSPrefs/page_servchan.cpp
+++ b/ksirc/KSPrefs/page_servchan.cpp
@@ -83,7 +83,7 @@ void PageServChan::addPressedSL() {
for(i = 0; i < serverLB->count(); i++){
if(txt == serverLB->text(i)){
- qWarning("Server already in the list!");
+ tqWarning("Server already in the list!");
return;
}
}
@@ -115,7 +115,7 @@ void PageServChan::addPressedCL() {
for(i = 0; i < channelLB->count(); i++){
if(txt == channelLB->text(i)){
- qWarning("Server already in the list!");
+ tqWarning("Server already in the list!");
return;
}
}