summaryrefslogtreecommitdiffstats
path: root/kmail
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 13:20:39 +0900
commitd470e73134c09daf33a87bd80920fc278bf2b3c2 (patch)
tree4f24724001cc01420321934f53fdd16d0552ef2f /kmail
parenta2b928f6ab1f0c1ea3ecbfcc4bbe6f21bdfa4e9f (diff)
downloadtdepim-d470e73134c09daf33a87bd80920fc278bf2b3c2.tar.gz
tdepim-d470e73134c09daf33a87bd80920fc278bf2b3c2.zip
Replace various strings '#define'd in tqtinterface
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmail')
-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;