summaryrefslogtreecommitdiffstats
path: root/tools/designer/designer/command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/designer/command.cpp')
-rw-r--r--tools/designer/designer/command.cpp28
1 files changed, 14 insertions, 14 deletions
diff --git a/tools/designer/designer/command.cpp b/tools/designer/designer/command.cpp
index 3ce5d2fc..bb25fa86 100644
--- a/tools/designer/designer/command.cpp
+++ b/tools/designer/designer/command.cpp
@@ -46,22 +46,22 @@
#include "menubareditor.h"
#include "popupmenueditor.h"
-#include <qfeatures.h>
-#include <qwidget.h>
-#include <qmetaobject.h>
-#include <qapplication.h>
-#include <qlayout.h>
-#include <qmessagebox.h>
-#include <qlistbox.h>
-#include <qiconview.h>
-#include <qtextedit.h>
-#include <qptrstack.h>
-#include <qheader.h>
-#include <qsplitter.h>
+#include <ntqfeatures.h>
+#include <ntqwidget.h>
+#include <ntqmetaobject.h>
+#include <ntqapplication.h>
+#include <ntqlayout.h>
+#include <ntqmessagebox.h>
+#include <ntqlistbox.h>
+#include <ntqiconview.h>
+#include <ntqtextedit.h>
+#include <ntqptrstack.h>
+#include <ntqheader.h>
+#include <ntqsplitter.h>
#ifndef QT_NO_TABLE
-#include <qtable.h>
+#include <ntqtable.h>
#endif
-#include <qaction.h>
+#include <ntqaction.h>
CommandHistory::CommandHistory( int s )
: current( -1 ), steps( s ), savedAt( -1 )