diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/widgets/qmainwindow.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qmainwindow.cpp')
-rw-r--r-- | src/widgets/qmainwindow.cpp | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/src/widgets/qmainwindow.cpp b/src/widgets/qmainwindow.cpp index 3da52b6f7..26a96dbeb 100644 --- a/src/widgets/qmainwindow.cpp +++ b/src/widgets/qmainwindow.cpp @@ -38,30 +38,30 @@ ** **********************************************************************/ -#include "qmainwindow.h" +#include "ntqmainwindow.h" #ifndef QT_NO_MAINWINDOW -#include "qtimer.h" -#include "qlayout.h" -#include "qobjectlist.h" -#include "qintdict.h" -#include "qapplication.h" -#include "qptrlist.h" -#include "qmap.h" -#include "qcursor.h" -#include "qpainter.h" -#include "qmenubar.h" -#include "qpopupmenu.h" -#include "qtoolbar.h" -#include "qstatusbar.h" -#include "qscrollview.h" -#include "qtooltip.h" -#include "qdatetime.h" -#include "qwhatsthis.h" -#include "qbitmap.h" -#include "qdockarea.h" -#include "qstringlist.h" -#include "qstyle.h" +#include "ntqtimer.h" +#include "ntqlayout.h" +#include "ntqobjectlist.h" +#include "ntqintdict.h" +#include "ntqapplication.h" +#include "ntqptrlist.h" +#include "ntqmap.h" +#include "ntqcursor.h" +#include "ntqpainter.h" +#include "ntqmenubar.h" +#include "ntqpopupmenu.h" +#include "ntqtoolbar.h" +#include "ntqstatusbar.h" +#include "ntqscrollview.h" +#include "ntqtooltip.h" +#include "ntqdatetime.h" +#include "ntqwhatsthis.h" +#include "ntqbitmap.h" +#include "ntqdockarea.h" +#include "ntqstringlist.h" +#include "ntqstyle.h" #ifdef Q_WS_MACX # include "qt_mac.h" #endif @@ -507,7 +507,7 @@ void TQHideToolTip::maybeTip( const TQPoint &pos ) #endif /*! - \class TQMainWindow qmainwindow.h + \class TQMainWindow ntqmainwindow.h \brief The TQMainWindow class provides a main application window, with a menu bar, dock windows (e.g. for toolbars), and a status bar. |