From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/kernel/qapplication.cpp | 62 ++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'src/kernel/qapplication.cpp') 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 @@ -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 - #include + #include + #include 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 -- cgit v1.2.1