summaryrefslogtreecommitdiffstats
path: root/tools/designer/shared/widgetdatabase.cpp
diff options
context:
space:
mode:
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 98529b88..45e898ad 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";