summaryrefslogtreecommitdiffstats
path: root/tools/designer/shared/widgetdatabase.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
committerTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /tools/designer/shared/widgetdatabase.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'tools/designer/shared/widgetdatabase.cpp')
-rw-r--r--tools/designer/shared/widgetdatabase.cpp38
1 files changed, 19 insertions, 19 deletions
diff --git a/tools/designer/shared/widgetdatabase.cpp b/tools/designer/shared/widgetdatabase.cpp
index 98529b889..45e898ad5 100644
--- a/tools/designer/shared/widgetdatabase.cpp
+++ b/tools/designer/shared/widgetdatabase.cpp
@@ -34,15 +34,15 @@
#include "widgetdatabase.h"
#include "../interfaces/widgetinterface.h"
-#include <qapplication.h>
+#include <ntqapplication.h>
#define NO_STATIC_COLORS
#include <globaldefs.h>
-#include <qstrlist.h>
-#include <qdict.h>
-#include <qfile.h>
-#include <qtextstream.h>
-#include <qcleanuphandler.h>
-#include <qfeatures.h>
+#include <ntqstrlist.h>
+#include <ntqdict.h>
+#include <ntqfile.h>
+#include <ntqtextstream.h>
+#include <ntqcleanuphandler.h>
+#include <ntqfeatures.h>
#include <stdlib.h>
@@ -263,7 +263,7 @@ void WidgetDatabase::setupDataBase( int id )
#if !defined(QT_NO_SQL)
r = new WidgetDatabaseRecord;
r->iconSet = "designer_datatable.png";
- r->includeFile = "qdatatable.h";
+ r->includeFile = "ntqdatatable.h";
r->name = "TQDataTable";
r->group = widgetGroup( "Database" );
r->toolTip = "Data Table";
@@ -294,7 +294,7 @@ void WidgetDatabase::setupDataBase( int id )
r->name = "TQDateEdit";
r->group = widgetGroup( "Input" );
r->toolTip = "Date Edit";
- r->includeFile = "qdatetimeedit.h";
+ r->includeFile = "ntqdatetimeedit.h";
append( r );
@@ -303,7 +303,7 @@ void WidgetDatabase::setupDataBase( int id )
r->name = "TQTimeEdit";
r->group = widgetGroup( "Input" );
r->toolTip = "Time Edit";
- r->includeFile = "qdatetimeedit.h";
+ r->includeFile = "ntqdatetimeedit.h";
append( r );
@@ -312,7 +312,7 @@ void WidgetDatabase::setupDataBase( int id )
r->name = "TQDateTimeEdit";
r->group = widgetGroup( "Input" );
r->toolTip = "Date-Time Edit";
- r->includeFile = "qdatetimeedit.h";
+ r->includeFile = "ntqdatetimeedit.h";
append( r );
@@ -406,7 +406,7 @@ void WidgetDatabase::setupDataBase( int id )
r->name = "Line";
r->group = widgetGroup( "Display" );
r->toolTip = "Line";
- r->includeFile = "qframe.h";
+ r->includeFile = "ntqframe.h";
r->whatsThis = "The Line widget provides horizontal and vertical lines.";
append( r );
@@ -483,7 +483,7 @@ void WidgetDatabase::setupDataBase( int id )
r = new WidgetDatabaseRecord;
r->name = "TQSplitter";
r->group = widgetGroup( "Temp" );
- r->includeFile = "qsplitter.h";
+ r->includeFile = "ntqsplitter.h";
r->isContainer = TRUE;
append( r );
@@ -515,7 +515,7 @@ void WidgetDatabase::setupDataBase( int id )
r = new WidgetDatabaseRecord;
r->iconSet = "";
r->name = "TQMainWindow";
- r->includeFile = "qmainwindow.h";
+ r->includeFile = "ntqmainwindow.h";
r->group = widgetGroup( "Temp" );
r->isContainer = TRUE;
@@ -524,7 +524,7 @@ void WidgetDatabase::setupDataBase( int id )
r = new WidgetDatabaseRecord;
r->iconSet = "";
r->name = "TQDesignerAction";
- r->includeFile = "qaction.h";
+ r->includeFile = "ntqaction.h";
r->group = widgetGroup( "Temp" );
r->isContainer = FALSE;
@@ -533,7 +533,7 @@ void WidgetDatabase::setupDataBase( int id )
r = new WidgetDatabaseRecord;
r->iconSet = "";
r->name = "TQDesignerActionGroup";
- r->includeFile = "qaction.h";
+ r->includeFile = "ntqaction.h";
r->group = widgetGroup( "Temp" );
r->isContainer = FALSE;
@@ -542,7 +542,7 @@ void WidgetDatabase::setupDataBase( int id )
r = new WidgetDatabaseRecord;
r->iconSet = "";
r->name = "TQScrollView";
- r->includeFile = "qscrollview.h";
+ r->includeFile = "ntqscrollview.h";
r->group = widgetGroup( "Temp" );
r->isContainer = TRUE;
@@ -552,7 +552,7 @@ void WidgetDatabase::setupDataBase( int id )
r = new WidgetDatabaseRecord;
r->iconSet = "";
r->name = "TQDataBrowser";
- r->includeFile = "qdatabrowser.h";
+ r->includeFile = "ntqdatabrowser.h";
r->group = widgetGroup( "Database" );
r->toolTip = "Data Browser";
r->iconSet = "designer_databrowser.png";
@@ -563,7 +563,7 @@ void WidgetDatabase::setupDataBase( int id )
r = new WidgetDatabaseRecord;
r->iconSet = "";
r->name = "TQDataView";
- r->includeFile = "qdataview.h";
+ r->includeFile = "ntqdataview.h";
r->group = widgetGroup( "Database" );
r->toolTip = "Data View";
r->iconSet = "designer_dataview.png";