summaryrefslogtreecommitdiffstats
path: root/pyuic3/widgetdatabase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pyuic3/widgetdatabase.cpp')
-rw-r--r--pyuic3/widgetdatabase.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyuic3/widgetdatabase.cpp b/pyuic3/widgetdatabase.cpp
index 198a41b..78273a4 100644
--- a/pyuic3/widgetdatabase.cpp
+++ b/pyuic3/widgetdatabase.cpp
@@ -233,7 +233,7 @@ void WidgetDatabase::setupDataBase( int id )
append( r );
-#if !defined(QT_NO_ICONVIEW) || defined(UIC)
+#if !defined(TQT_NO_ICONVIEW) || defined(UIC)
r = new WidgetDatabaseRecord;
r->iconSet = "designer_iconview.png";
r->name = "TQIconView";
@@ -243,7 +243,7 @@ void WidgetDatabase::setupDataBase( int id )
append( r );
#endif
-#if !defined(QT_NO_TABLE)
+#if !defined(TQT_NO_TABLE)
r = new WidgetDatabaseRecord;
r->iconSet = "designer_table.png";
r->name = "TQTable";
@@ -253,7 +253,7 @@ void WidgetDatabase::setupDataBase( int id )
append( r );
#endif
-#if !defined(QT_NO_SQL)
+#if !defined(TQT_NO_SQL)
r = new WidgetDatabaseRecord;
r->iconSet = "designer_datatable.png";
r->includeFile = "qdatatable.h";
@@ -541,7 +541,7 @@ void WidgetDatabase::setupDataBase( int id )
append( r );
-#ifndef QT_NO_SQL
+#ifndef TQT_NO_SQL
r = new WidgetDatabaseRecord;
r->iconSet = "";
r->name = "TQDataBrowser";