diff options
Diffstat (limited to 'examples/demo/dnd')
-rw-r--r-- | examples/demo/dnd/dnd.h | 2 | ||||
-rw-r--r-- | examples/demo/dnd/styledbutton.cpp | 4 | ||||
-rw-r--r-- | examples/demo/dnd/styledbutton.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/examples/demo/dnd/dnd.h b/examples/demo/dnd/dnd.h index 3487d9cc9..b064b9c8f 100644 --- a/examples/demo/dnd/dnd.h +++ b/examples/demo/dnd/dnd.h @@ -1,4 +1,4 @@ -#include <ntqpixmap.h> +#include <tqpixmap.h> #include <tqmap.h> #include "dndbase.h" diff --git a/examples/demo/dnd/styledbutton.cpp b/examples/demo/dnd/styledbutton.cpp index 1a884704d..51e8968cf 100644 --- a/examples/demo/dnd/styledbutton.cpp +++ b/examples/demo/dnd/styledbutton.cpp @@ -34,11 +34,11 @@ #include "styledbutton.h" #include <tqcolordialog.h> -#include <ntqpalette.h> +#include <tqpalette.h> #include <ntqlabel.h> #include <tqpainter.h> #include <tqimage.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> #include <ntqapplication.h> #include <tqdragobject.h> #include <tqstyle.h> diff --git a/examples/demo/dnd/styledbutton.h b/examples/demo/dnd/styledbutton.h index 84ad4e500..fc6391a0b 100644 --- a/examples/demo/dnd/styledbutton.h +++ b/examples/demo/dnd/styledbutton.h @@ -35,7 +35,7 @@ #define STYLEDBUTTON_H #include <ntqbutton.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> class TQColor; class TQBrush; |