diff options
Diffstat (limited to 'examples/dragdrop/main.cpp')
-rw-r--r-- | examples/dragdrop/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |