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 8f152c10..dd3b81bb 100644
--- a/qtruby/rubylib/qtruby/smokeruby.h
+++ b/qtruby/rubylib/qtruby/smokeruby.h
@@ -15,7 +15,7 @@
#endif
#include "ruby.h"
-#include <qcstring.h>
+#include <tqcstring.h>
#include "qtruby.h"
#include "marshall.h"
@@ -288,7 +288,7 @@ public:
* Type handling by moc is simple.
*
* If the type name matches /^(?:const\s+)?\Q$types\E&?$/, use the
- * static_QUType, where $types is join('|', qw(bool int double char* QString);
+ * static_QUType, where $types is join('|', qw(bool int double char* TQString);
*
* Everything else is passed as a pointer! There are types which aren't
* Smoke::tf_ptr but will have to be passed as a pointer. Make sure to keep