diff options
Diffstat (limited to 'examples/demo/dnd')
-rw-r--r-- | examples/demo/dnd/dnd.cpp | 8 | ||||
-rw-r--r-- | examples/demo/dnd/dnd.h | 4 | ||||
-rw-r--r-- | examples/demo/dnd/iconview.cpp | 2 | ||||
-rw-r--r-- | examples/demo/dnd/iconview.h | 4 | ||||
-rw-r--r-- | examples/demo/dnd/listview.cpp | 4 | ||||
-rw-r--r-- | examples/demo/dnd/listview.h | 2 | ||||
-rw-r--r-- | examples/demo/dnd/styledbutton.cpp | 18 | ||||
-rw-r--r-- | examples/demo/dnd/styledbutton.h | 4 |
8 files changed, 23 insertions, 23 deletions
diff --git a/examples/demo/dnd/dnd.cpp b/examples/demo/dnd/dnd.cpp index 00501f5df..f03c918df 100644 --- a/examples/demo/dnd/dnd.cpp +++ b/examples/demo/dnd/dnd.cpp @@ -1,7 +1,7 @@ -#include <qiconview.h> -#include <qdragobject.h> -#include <qlayout.h> -#include <qmultilineedit.h> +#include <ntqiconview.h> +#include <ntqdragobject.h> +#include <ntqlayout.h> +#include <ntqmultilineedit.h> #include "dnd.h" #include "styledbutton.h" diff --git a/examples/demo/dnd/dnd.h b/examples/demo/dnd/dnd.h index 311360daf..7860cac53 100644 --- a/examples/demo/dnd/dnd.h +++ b/examples/demo/dnd/dnd.h @@ -1,5 +1,5 @@ -#include <qpixmap.h> -#include <qmap.h> +#include <ntqpixmap.h> +#include <ntqmap.h> #include "dndbase.h" #ifndef DNDDEMO_H diff --git a/examples/demo/dnd/iconview.cpp b/examples/demo/dnd/iconview.cpp index c8ce01b87..fe65c4911 100644 --- a/examples/demo/dnd/iconview.cpp +++ b/examples/demo/dnd/iconview.cpp @@ -1,4 +1,4 @@ -#include <qdragobject.h> +#include <ntqdragobject.h> #include "dnd.h" #include "iconview.h" diff --git a/examples/demo/dnd/iconview.h b/examples/demo/dnd/iconview.h index a0b4e3a95..b02949a83 100644 --- a/examples/demo/dnd/iconview.h +++ b/examples/demo/dnd/iconview.h @@ -1,5 +1,5 @@ -#include <qiconview.h> -#include <qstring.h> +#include <ntqiconview.h> +#include <ntqstring.h> #include "dnd.h" diff --git a/examples/demo/dnd/listview.cpp b/examples/demo/dnd/listview.cpp index 443bb7e50..0cb86d2c4 100644 --- a/examples/demo/dnd/listview.cpp +++ b/examples/demo/dnd/listview.cpp @@ -1,5 +1,5 @@ -#include <qdragobject.h> -#include <qapplication.h> +#include <ntqdragobject.h> +#include <ntqapplication.h> #include "listview.h" #include "dnd.h" diff --git a/examples/demo/dnd/listview.h b/examples/demo/dnd/listview.h index b6b17a0da..c45749516 100644 --- a/examples/demo/dnd/listview.h +++ b/examples/demo/dnd/listview.h @@ -1,4 +1,4 @@ -#include <qlistview.h> +#include <ntqlistview.h> class ListViewItem : public TQListViewItem { diff --git a/examples/demo/dnd/styledbutton.cpp b/examples/demo/dnd/styledbutton.cpp index c2aba0bc9..383f555d2 100644 --- a/examples/demo/dnd/styledbutton.cpp +++ b/examples/demo/dnd/styledbutton.cpp @@ -33,15 +33,15 @@ #include "styledbutton.h" -#include <qcolordialog.h> -#include <qpalette.h> -#include <qlabel.h> -#include <qpainter.h> -#include <qimage.h> -#include <qpixmap.h> -#include <qapplication.h> -#include <qdragobject.h> -#include <qstyle.h> +#include <ntqcolordialog.h> +#include <ntqpalette.h> +#include <ntqlabel.h> +#include <ntqpainter.h> +#include <ntqimage.h> +#include <ntqpixmap.h> +#include <ntqapplication.h> +#include <ntqdragobject.h> +#include <ntqstyle.h> StyledButton::StyledButton(TQWidget* parent, const char* name) : TQButton( parent, name ), pix( 0 ), spix( 0 ), edit( ColorEditor ), s( 0 ), mousePressed( FALSE ) diff --git a/examples/demo/dnd/styledbutton.h b/examples/demo/dnd/styledbutton.h index 69339baa5..ae99f5cf7 100644 --- a/examples/demo/dnd/styledbutton.h +++ b/examples/demo/dnd/styledbutton.h @@ -34,8 +34,8 @@ #ifndef STYLEDBUTTON_H #define STYLEDBUTTON_H -#include <qbutton.h> -#include <qpixmap.h> +#include <ntqbutton.h> +#include <ntqpixmap.h> class TQColor; class TQBrush; |