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 91244fd83..acc721b8f 100644 --- a/examples/dragdrop/main.cpp +++ b/examples/dragdrop/main.cpp @@ -14,7 +14,7 @@ #include "secret.h" #include <ntqlayout.h> #include <ntqcombobox.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <tqpixmap.h> static void addStuff( TQWidget * parent, bool image, bool secret = FALSE ) |