diff options
Diffstat (limited to 'examples/showimg')
-rw-r--r-- | examples/showimg/imagefip.cpp | 2 | ||||
-rw-r--r-- | examples/showimg/imagefip.h | 6 | ||||
-rw-r--r-- | examples/showimg/imagetexteditor.cpp | 22 | ||||
-rw-r--r-- | examples/showimg/imagetexteditor.h | 2 | ||||
-rw-r--r-- | examples/showimg/main.cpp | 4 | ||||
-rw-r--r-- | examples/showimg/showimg.cpp | 16 | ||||
-rw-r--r-- | examples/showimg/showimg.h | 4 |
7 files changed, 28 insertions, 28 deletions
diff --git a/examples/showimg/imagefip.cpp b/examples/showimg/imagefip.cpp index 418b612c2..a058271ac 100644 --- a/examples/showimg/imagefip.cpp +++ b/examples/showimg/imagefip.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "imagefip.h" -#include <qimage.h> +#include <ntqimage.h> /* XPM */ static const char *image_xpm[] = { diff --git a/examples/showimg/imagefip.h b/examples/showimg/imagefip.h index 3537f9420..e6ef0fb9e 100644 --- a/examples/showimg/imagefip.h +++ b/examples/showimg/imagefip.h @@ -10,9 +10,9 @@ #ifndef IMAGEFIP_H #define IMAGEFIP_H -#include <qfiledialog.h> -#include <qstrlist.h> -#include <qpixmap.h> +#include <ntqfiledialog.h> +#include <ntqstrlist.h> +#include <ntqpixmap.h> class ImageIconProvider : public TQFileIconProvider { diff --git a/examples/showimg/imagetexteditor.cpp b/examples/showimg/imagetexteditor.cpp index 464f85d9c..5f950b337 100644 --- a/examples/showimg/imagetexteditor.cpp +++ b/examples/showimg/imagetexteditor.cpp @@ -8,17 +8,17 @@ *****************************************************************************/ #include "imagetexteditor.h" -#include <qimage.h> -#include <qlayout.h> -#include <qgrid.h> -#include <qvbox.h> -#include <qhbox.h> -#include <qcombobox.h> -#include <qmultilineedit.h> -#include <qlabel.h> -#include <qlineedit.h> -#include <qlistbox.h> -#include <qpushbutton.h> +#include <ntqimage.h> +#include <ntqlayout.h> +#include <ntqgrid.h> +#include <ntqvbox.h> +#include <ntqhbox.h> +#include <ntqcombobox.h> +#include <ntqmultilineedit.h> +#include <ntqlabel.h> +#include <ntqlineedit.h> +#include <ntqlistbox.h> +#include <ntqpushbutton.h> ImageTextEditor::ImageTextEditor( TQImage& i, TQWidget *parent, const char *name, WFlags f ) : diff --git a/examples/showimg/imagetexteditor.h b/examples/showimg/imagetexteditor.h index e33b6e70f..6af9e6eb1 100644 --- a/examples/showimg/imagetexteditor.h +++ b/examples/showimg/imagetexteditor.h @@ -10,7 +10,7 @@ #ifndef IMAGETEXTEDITOR_H #define IMAGETEXTEDITOR_H -#include <qdialog.h> +#include <ntqdialog.h> class TQImage; class TQComboBox; diff --git a/examples/showimg/main.cpp b/examples/showimg/main.cpp index e8c936b83..2b985a419 100644 --- a/examples/showimg/main.cpp +++ b/examples/showimg/main.cpp @@ -9,8 +9,8 @@ #include "showimg.h" #include "imagefip.h" -#include <qapplication.h> -#include <qimage.h> +#include <ntqapplication.h> +#include <ntqimage.h> int main( int argc, char **argv ) { diff --git a/examples/showimg/showimg.cpp b/examples/showimg/showimg.cpp index 7b987af16..526d0debb 100644 --- a/examples/showimg/showimg.cpp +++ b/examples/showimg/showimg.cpp @@ -9,14 +9,14 @@ #include "showimg.h" #include "imagetexteditor.h" -#include <qmenubar.h> -#include <qfiledialog.h> -#include <qmessagebox.h> -#include <qpopupmenu.h> -#include <qlabel.h> -#include <qpainter.h> -#include <qapplication.h> -#include <qclipboard.h> +#include <ntqmenubar.h> +#include <ntqfiledialog.h> +#include <ntqmessagebox.h> +#include <ntqpopupmenu.h> +#include <ntqlabel.h> +#include <ntqpainter.h> +#include <ntqapplication.h> +#include <ntqclipboard.h> /* diff --git a/examples/showimg/showimg.h b/examples/showimg/showimg.h index 020c910be..362b1c2db 100644 --- a/examples/showimg/showimg.h +++ b/examples/showimg/showimg.h @@ -10,8 +10,8 @@ #ifndef SHOWIMG_H #define SHOWIMG_H -#include <qwidget.h> -#include <qimage.h> +#include <ntqwidget.h> +#include <ntqimage.h> class TQLabel; |