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/KSPrefs | |
parent | b251e315b57c6665336289a940e9b1d4a179e463 (diff) | |
download | tdenetwork-6efceb1cf68e8a942d28bba4be8fa65b2e8f3c71.tar.gz tdenetwork-6efceb1cf68e8a942d28bba4be8fa65b2e8f3c71.zip |
Rename additional global TQt functions
Diffstat (limited to 'ksirc/KSPrefs')
-rw-r--r-- | ksirc/KSPrefs/page_servchan.cpp | 4 |
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; } } |