summaryrefslogtreecommitdiffstats
path: root/tools/qvfb/qvfbview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qvfb/qvfbview.cpp')
-rw-r--r--tools/qvfb/qvfbview.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/qvfb/qvfbview.cpp b/tools/qvfb/qvfbview.cpp
index dcb56bf45..08566fd94 100644
--- a/tools/qvfb/qvfbview.cpp
+++ b/tools/qvfb/qvfbview.cpp
@@ -31,7 +31,7 @@
**
**********************************************************************/
-#include "qglobal.h"
+#include "ntqglobal.h"
#if !defined( Q_WS_QWS ) || defined( QT_NO_QWS_MULTIPROCESS )
#define TQLock TQWSSemaphore
#undef QT_NO_QWS_MULTIPROCESS
@@ -41,16 +41,16 @@
#endif
#include "qvfbview.h"
-#include "qvfbhdr.h"
+#include "ntqvfbhdr.h"
#define TQTE_PIPE "TQtEmbedded-%1"
-#include <qapplication.h>
-#include <qimage.h>
-#include <qbitmap.h>
-#include <qtimer.h>
-#include <qwmatrix.h>
-#include <qpainter.h>
+#include <ntqapplication.h>
+#include <ntqimage.h>
+#include <ntqbitmap.h>
+#include <ntqtimer.h>
+#include <ntqwmatrix.h>
+#include <ntqpainter.h>
#include "qanimationwriter.h"
#include <unistd.h>