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/kernel/qapplication.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/kernel/qapplication.cpp')
-rw-r--r-- | src/kernel/qapplication.cpp | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp index ffb147ab5..6eb69ff45 100644 --- a/src/kernel/qapplication.cpp +++ b/src/kernel/qapplication.cpp @@ -38,36 +38,36 @@ ** **********************************************************************/ -#include "qobjectlist.h" -#include "qapplication.h" -#include "qeventloop.h" +#include "ntqobjectlist.h" +#include "ntqapplication.h" +#include "ntqeventloop.h" #include "qeventloop_p.h" -#include "qwidget.h" -#include "qwidgetlist.h" -#include "qwidgetintdict.h" -#include "qptrdict.h" -#include "qcleanuphandler.h" - -#include "qtranslator.h" -#include "qtextcodec.h" -#include "qsessionmanager.h" -#include "qdragobject.h" -#include "qclipboard.h" -#include "qcursor.h" -#include "qstyle.h" -#include "qstylefactory.h" -#include "qfile.h" -#include "qmessagebox.h" -#include "qdir.h" -#include "qfileinfo.h" +#include "ntqwidget.h" +#include "ntqwidgetlist.h" +#include "ntqwidgetintdict.h" +#include "ntqptrdict.h" +#include "ntqcleanuphandler.h" + +#include "ntqtranslator.h" +#include "ntqtextcodec.h" +#include "ntqsessionmanager.h" +#include "ntqdragobject.h" +#include "ntqclipboard.h" +#include "ntqcursor.h" +#include "ntqstyle.h" +#include "ntqstylefactory.h" +#include "ntqfile.h" +#include "ntqmessagebox.h" +#include "ntqdir.h" +#include "ntqfileinfo.h" #ifdef Q_WS_WIN #include "qinputcontext_p.h" #endif #include "qfontdata_p.h" #if defined(QT_THREAD_SUPPORT) -# include "qmutex.h" -# include "qthread.h" +# include "ntqmutex.h" +# include "ntqthread.h" #endif // QT_THREAD_SUPPORT #include <stdlib.h> @@ -77,7 +77,7 @@ #endif /*! - \class TQApplication qapplication.h + \class TQApplication ntqapplication.h \brief The TQApplication class manages the GUI application's control flow and main settings. @@ -282,9 +282,9 @@ TQApplication. This can be useful if you wish to share code between a non-GUI server and a GUI client. - \headerfile qnamespace.h - \headerfile qwindowdefs.h - \headerfile qglobal.h + \headerfile ntqnamespace.h + \headerfile ntqwindowdefs.h + \headerfile ntqglobal.h */ /*! \enum TQt::HANDLE @@ -1167,8 +1167,8 @@ TQApplication::~TQApplication() \code // showargs.cpp - displays program arguments in a list box - #include <qapplication.h> - #include <qlistbox.h> + #include <ntqapplication.h> + #include <ntqlistbox.h> int main( int argc, char **argv ) { @@ -2079,7 +2079,7 @@ TQWidgetList *TQApplication::topLevelWidgets() delete list; // delete the list, not the widgets \endcode - The TQWidgetList class is defined in the \c qwidgetlist.h header + The TQWidgetList class is defined in the \c ntqwidgetlist.h header file. \warning Delete the list as soon as you have finished using it. @@ -4122,7 +4122,7 @@ bool TQApplication::reverseLayout() /*! - \class TQSessionManager qsessionmanager.h + \class TQSessionManager ntqsessionmanager.h \brief The TQSessionManager class provides access to the session manager. \ingroup application |