diff options
Diffstat (limited to 'examples/dragdrop')
-rw-r--r-- | examples/dragdrop/dropsite.cpp | 2 | ||||
-rw-r--r-- | examples/dragdrop/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/dragdrop/dropsite.cpp b/examples/dragdrop/dropsite.cpp index e7621f674..f6e493aa7 100644 --- a/examples/dragdrop/dropsite.cpp +++ b/examples/dragdrop/dropsite.cpp @@ -14,7 +14,7 @@ #include "dropsite.h" #include "secret.h" #include <ntqevent.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> #include <tqdragobject.h> #include <tqimage.h> #include <tqdir.h> diff --git a/examples/dragdrop/main.cpp b/examples/dragdrop/main.cpp index 3a618b60f..91244fd83 100644 --- a/examples/dragdrop/main.cpp +++ b/examples/dragdrop/main.cpp @@ -15,7 +15,7 @@ #include <ntqlayout.h> #include <ntqcombobox.h> #include <ntqlabel.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> static void addStuff( TQWidget * parent, bool image, bool secret = FALSE ) { |