diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /tools/qvfb/qvfbview.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'tools/qvfb/qvfbview.cpp')
-rw-r--r-- | tools/qvfb/qvfbview.cpp | 16 |
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> |