diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/workspace/qworkspace.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/workspace/qworkspace.cpp')
-rw-r--r-- | src/workspace/qworkspace.cpp | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/src/workspace/qworkspace.cpp b/src/workspace/qworkspace.cpp index e11d5cc35..d37f25737 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. |