summaryrefslogtreecommitdiffstats
path: root/src/widgets/qtitlebar.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/qtitlebar.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qtitlebar.cpp')
-rw-r--r--src/widgets/qtitlebar.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/widgets/qtitlebar.cpp b/src/widgets/qtitlebar.cpp
index fc607b080..1bf94d6d6 100644
--- a/src/widgets/qtitlebar.cpp
+++ b/src/widgets/qtitlebar.cpp
@@ -44,19 +44,19 @@
#ifndef QT_NO_TITLEBAR
-#include <qcursor.h>
-#include "qapplication.h"
-#include "qstyle.h"
-#include "qdatetime.h"
+#include <ntqcursor.h>
+#include "ntqapplication.h"
+#include "ntqstyle.h"
+#include "ntqdatetime.h"
#include "private/qapplication_p.h"
-#include "qtooltip.h"
-#include "qimage.h"
-#include "qtimer.h"
-#include "qpainter.h"
-#include "qstyle.h"
+#include "ntqtooltip.h"
+#include "ntqimage.h"
+#include "ntqtimer.h"
+#include "ntqpainter.h"
+#include "ntqstyle.h"
#include "private/qinternal_p.h"
#ifndef QT_NO_WORKSPACE
-#include "qworkspace.h"
+#include "ntqworkspace.h"
#endif
#if defined(Q_WS_WIN)
#include "qt_windows.h"