diff options
Diffstat (limited to 'src/widgets/qwhatsthis.cpp')
-rw-r--r-- | src/widgets/qwhatsthis.cpp | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/widgets/qwhatsthis.cpp b/src/widgets/qwhatsthis.cpp index 50c75fff6..55d653e92 100644 --- a/src/widgets/qwhatsthis.cpp +++ b/src/widgets/qwhatsthis.cpp @@ -36,23 +36,23 @@ ** **********************************************************************/ -#include "qwhatsthis.h" +#include "ntqwhatsthis.h" #ifndef QT_NO_WHATSTHIS -#include "qapplication.h" -#include "qpaintdevicemetrics.h" -#include "qpixmap.h" -#include "qpainter.h" -#include "qtimer.h" -#include "qptrdict.h" -#include "qtoolbutton.h" -#include "qshared.h" -#include "qcursor.h" -#include "qbitmap.h" -#include "qtooltip.h" -#include "qsimplerichtext.h" -#include "qstylesheet.h" +#include "ntqapplication.h" +#include "ntqpaintdevicemetrics.h" +#include "ntqpixmap.h" +#include "ntqpainter.h" +#include "ntqtimer.h" +#include "ntqptrdict.h" +#include "ntqtoolbutton.h" +#include "ntqshared.h" +#include "ntqcursor.h" +#include "ntqbitmap.h" +#include "ntqtooltip.h" +#include "ntqsimplerichtext.h" +#include "ntqstylesheet.h" #if defined(QT_ACCESSIBILITY_SUPPORT) -#include "qaccessible.h" +#include "ntqaccessible.h" #endif #if defined(Q_WS_WIN) #include "qt_windows.h" @@ -62,7 +62,7 @@ #endif /*! - \class TQWhatsThis qwhatsthis.h + \class TQWhatsThis ntqwhatsthis.h \brief The TQWhatsThis class provides a simple description of any widget, i.e. answering the question "What's this?". |