summaryrefslogtreecommitdiffstats
path: root/pyuic3/widgetdatabase.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:32 +0900
commit79113dda15348e659bdf729f2c6119b2ba49d397 (patch)
tree25bce3d8731251655e3e7d2369e5d9f7d2b2a559 /pyuic3/widgetdatabase.cpp
parent2638efc545425aa7d79ed0efd1cfb12408c75a2b (diff)
downloadpytqt-79113dda15348e659bdf729f2c6119b2ba49d397.tar.gz
pytqt-79113dda15348e659bdf729f2c6119b2ba49d397.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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";