summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib/qtruby/handlers.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:17:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:17:02 -0600
commit3fda03faf1b67aa1221099f3a2153a0aa40811ef (patch)
tree99c8ff09fb5c748c0e2fbb19e56f102476c2eb49 /qtruby/rubylib/qtruby/handlers.cpp
parent7e7a6b6965f6463062bf5b60feca8b50d4434b96 (diff)
downloadtdebindings-3fda03faf1b67aa1221099f3a2153a0aa40811ef.tar.gz
tdebindings-3fda03faf1b67aa1221099f3a2153a0aa40811ef.zip
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'qtruby/rubylib/qtruby/handlers.cpp')
-rw-r--r--qtruby/rubylib/qtruby/handlers.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtruby/rubylib/qtruby/handlers.cpp b/qtruby/rubylib/qtruby/handlers.cpp
index 30341fd1..ae952c0e 100644
--- a/qtruby/rubylib/qtruby/handlers.cpp
+++ b/qtruby/rubylib/qtruby/handlers.cpp
@@ -1748,7 +1748,7 @@ void marshall_TQPairintint(Marshall *m) {
#include <tqtoolbar.h>
#include <tqtabbar.h>
-#if QT_VERSION >= 0x030200
+#if TQT_VERSION >= 0x030200
DEF_LIST_MARSHALLER( TQPtrListTQNetworkOperation, TQPtrList<TQNetworkOperation>, TQNetworkOperation, TQPtrListStdIterator<TQNetworkOperation> )
DEF_LIST_MARSHALLER( TQPtrListTQToolBar, TQPtrList<TQToolBar>, TQToolBar, TQPtrListStdIterator<TQToolBar> )
DEF_LIST_MARSHALLER( TQPtrListTQTab, TQPtrList<TQTab>, TQTab, TQPtrListStdIterator<TQTab> )
@@ -1934,7 +1934,7 @@ TypeHandler Qt_handlers[] = {
{ "TQMap<TQString,TQString>&", marshall_TQMapTQStringTQString },
{ "TQMap<TQString,TQVariant>", marshall_TQMapTQStringTQVariant },
{ "TQMap<TQString,TQVariant>&", marshall_TQMapTQStringTQVariant },
-#if QT_VERSION >= 0x030200
+#if TQT_VERSION >= 0x030200
{ "TQWidgetList", marshall_TQWidgetList },
{ "TQWidgetList*", marshall_TQWidgetList },
{ "TQWidgetList&", marshall_TQWidgetList },