summaryrefslogtreecommitdiffstats
path: root/src/widgets/qwhatsthis.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/widgets/qwhatsthis.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qwhatsthis.cpp')
-rw-r--r--src/widgets/qwhatsthis.cpp32
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?".