summaryrefslogtreecommitdiffstats
path: root/src/workspace
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/workspace
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/workspace')
-rw-r--r--src/workspace/ntqworkspace.h (renamed from src/workspace/qworkspace.h)4
-rw-r--r--src/workspace/qt_workspace.pri2
-rw-r--r--src/workspace/qworkspace.cpp56
3 files changed, 31 insertions, 31 deletions
diff --git a/src/workspace/qworkspace.h b/src/workspace/ntqworkspace.h
index 96cc83ff..7a29e975 100644
--- a/src/workspace/qworkspace.h
+++ b/src/workspace/ntqworkspace.h
@@ -42,8 +42,8 @@
#define TQWORKSPACE_H
#ifndef QT_H
-#include "qwidget.h"
-#include "qwidgetlist.h"
+#include "ntqwidget.h"
+#include "ntqwidgetlist.h"
#endif // QT_H
#ifndef QT_NO_WORKSPACE
diff --git a/src/workspace/qt_workspace.pri b/src/workspace/qt_workspace.pri
index d5d4288d..629d27ae 100644
--- a/src/workspace/qt_workspace.pri
+++ b/src/workspace/qt_workspace.pri
@@ -1,6 +1,6 @@
# Qt workspace module
workspace {
- HEADERS += $$WORKSPACE_H/qworkspace.h
+ HEADERS += $$WORKSPACE_H/ntqworkspace.h
SOURCES += $$WORKSPACE_CPP/qworkspace.cpp
}
diff --git a/src/workspace/qworkspace.cpp b/src/workspace/qworkspace.cpp
index e11d5cc3..d37f2573 100644
--- a/src/workspace/qworkspace.cpp
+++ b/src/workspace/qworkspace.cpp
@@ -38,44 +38,44 @@
**
**********************************************************************/
-#include "qworkspace.h"
+#include "ntqworkspace.h"
#ifndef QT_NO_WORKSPACE
-#include "qapplication.h"
+#include "ntqapplication.h"
#include "../widgets/qtitlebar_p.h"
-#include "qobjectlist.h"
-#include "qlayout.h"
-#include "qtoolbutton.h"
-#include "qlabel.h"
-#include "qvbox.h"
-#include "qaccel.h"
-#include "qcursor.h"
-#include "qpopupmenu.h"
-#include "qmenubar.h"
-#include "qguardedptr.h"
-#include "qiconset.h"
+#include "ntqobjectlist.h"
+#include "ntqlayout.h"
+#include "ntqtoolbutton.h"
+#include "ntqlabel.h"
+#include "ntqvbox.h"
+#include "ntqaccel.h"
+#include "ntqcursor.h"
+#include "ntqpopupmenu.h"
+#include "ntqmenubar.h"
+#include "ntqguardedptr.h"
+#include "ntqiconset.h"
#include "../widgets/qwidgetresizehandler_p.h"
-#include "qfocusdata.h"
-#include "qdatetime.h"
-#include "qtooltip.h"
-#include "qwmatrix.h"
-#include "qimage.h"
-#include "qscrollbar.h"
-#include "qstyle.h"
-#include "qbitmap.h"
+#include "ntqfocusdata.h"
+#include "ntqdatetime.h"
+#include "ntqtooltip.h"
+#include "ntqwmatrix.h"
+#include "ntqimage.h"
+#include "ntqscrollbar.h"
+#include "ntqstyle.h"
+#include "ntqbitmap.h"
// magic non-mdi things
-#include "qtimer.h"
-#include "qdockarea.h"
-#include "qstatusbar.h"
-#include "qmainwindow.h"
-#include "qdockwindow.h"
-#include "qtoolbar.h"
+#include "ntqtimer.h"
+#include "ntqdockarea.h"
+#include "ntqstatusbar.h"
+#include "ntqmainwindow.h"
+#include "ntqdockwindow.h"
+#include "ntqtoolbar.h"
#define BUTTON_WIDTH 16
#define BUTTON_HEIGHT 14
/*!
- \class TQWorkspace qworkspace.h
+ \class TQWorkspace ntqworkspace.h
\brief The TQWorkspace widget provides a workspace window that can
contain decorated windows, e.g. for MDI.