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 /examples/scribble | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/scribble')
-rw-r--r-- | examples/scribble/main.cpp | 2 | ||||
-rw-r--r-- | examples/scribble/scribble.cpp | 32 | ||||
-rw-r--r-- | examples/scribble/scribble.h | 14 |
3 files changed, 24 insertions, 24 deletions
diff --git a/examples/scribble/main.cpp b/examples/scribble/main.cpp index 8e5034c5c..962f75b97 100644 --- a/examples/scribble/main.cpp +++ b/examples/scribble/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "scribble.h" -#include <qapplication.h> +#include <ntqapplication.h> int main( int argc, char **argv ) diff --git a/examples/scribble/scribble.cpp b/examples/scribble/scribble.cpp index 438f73d5f..520cef7fd 100644 --- a/examples/scribble/scribble.cpp +++ b/examples/scribble/scribble.cpp @@ -9,22 +9,22 @@ #include "scribble.h" -#include <qapplication.h> -#include <qevent.h> -#include <qpainter.h> -#include <qtoolbar.h> -#include <qtoolbutton.h> -#include <qspinbox.h> -#include <qtooltip.h> -#include <qrect.h> -#include <qpoint.h> -#include <qcolordialog.h> -#include <qfiledialog.h> -#include <qcursor.h> -#include <qimage.h> -#include <qstrlist.h> -#include <qpopupmenu.h> -#include <qintdict.h> +#include <ntqapplication.h> +#include <ntqevent.h> +#include <ntqpainter.h> +#include <ntqtoolbar.h> +#include <ntqtoolbutton.h> +#include <ntqspinbox.h> +#include <ntqtooltip.h> +#include <ntqrect.h> +#include <ntqpoint.h> +#include <ntqcolordialog.h> +#include <ntqfiledialog.h> +#include <ntqcursor.h> +#include <ntqimage.h> +#include <ntqstrlist.h> +#include <ntqpopupmenu.h> +#include <ntqintdict.h> const bool no_writing = FALSE; diff --git a/examples/scribble/scribble.h b/examples/scribble/scribble.h index 6e23cbf82..72e58b242 100644 --- a/examples/scribble/scribble.h +++ b/examples/scribble/scribble.h @@ -10,13 +10,13 @@ #ifndef SCRIBBLE_H #define SCRIBBLE_H -#include <qmainwindow.h> -#include <qpen.h> -#include <qpoint.h> -#include <qpixmap.h> -#include <qwidget.h> -#include <qstring.h> -#include <qpointarray.h> +#include <ntqmainwindow.h> +#include <ntqpen.h> +#include <ntqpoint.h> +#include <ntqpixmap.h> +#include <ntqwidget.h> +#include <ntqstring.h> +#include <ntqpointarray.h> class TQMouseEvent; class TQResizeEvent; |