summaryrefslogtreecommitdiffstats
path: root/kmail/rulewidgethandlermanager.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 16:44:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-20 22:07:34 +0900
commit4a793dd7c141d86032bd06082243134a98c50692 (patch)
treeac47f5fdd25442231447a940bb2ea0d66c97d334 /kmail/rulewidgethandlermanager.cpp
parent34365c3f2f86afe63737c6e1e7a56b0d4ab90801 (diff)
downloadtdepim-4a793dd7c141d86032bd06082243134a98c50692.tar.gz
tdepim-4a793dd7c141d86032bd06082243134a98c50692.zip
Replace various strings '#define'd in tqtinterface
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d470e73134c09daf33a87bd80920fc278bf2b3c2)
Diffstat (limited to 'kmail/rulewidgethandlermanager.cpp')
-rw-r--r--kmail/rulewidgethandlermanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/rulewidgethandlermanager.cpp b/kmail/rulewidgethandlermanager.cpp
index 95c3e1ea..2f64abbf 100644
--- a/kmail/rulewidgethandlermanager.cpp
+++ b/kmail/rulewidgethandlermanager.cpp
@@ -368,7 +368,7 @@ namespace {
TQObject *obj;
while ( ( obj = it.current() ) ) {
++it;
- if ( !objName || tqstrcmp( objName, obj->name() ) == 0 )
+ if ( !objName || qstrcmp( objName, obj->name() ) == 0 )
break;
}
return obj;