summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib/qtruby/smokeruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtruby/rubylib/qtruby/smokeruby.h')
-rw-r--r--qtruby/rubylib/qtruby/smokeruby.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtruby/rubylib/qtruby/smokeruby.h b/qtruby/rubylib/qtruby/smokeruby.h
index dd3b81bb..a24aa0dc 100644
--- a/qtruby/rubylib/qtruby/smokeruby.h
+++ b/qtruby/rubylib/qtruby/smokeruby.h
@@ -66,7 +66,7 @@ public:
bool operator ==(const SmokeType &b) const {
const SmokeType &a = *this;
if(a.name() == b.name()) return true;
- if(a.name() && b.name() && qstrcmp(a.name(), b.name()) == 0)
+ if(a.name() && b.name() && tqstrcmp(a.name(), b.name()) == 0)
return true;
return false;
}
@@ -100,7 +100,7 @@ public:
bool operator ==(const SmokeClass &b) const {
const SmokeClass &a = *this;
if(a.className() == b.className()) return true;
- if(a.className() && b.className() && qstrcmp(a.className(), b.className()) == 0)
+ if(a.className() && b.className() && tqstrcmp(a.className(), b.className()) == 0)
return true;
return false;
}