summaryrefslogtreecommitdiffstats
path: root/examples/dragdrop
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dragdrop')
-rw-r--r--examples/dragdrop/dropsite.h2
-rw-r--r--examples/dragdrop/main.cpp2
-rw-r--r--examples/dragdrop/secret.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/dragdrop/dropsite.h b/examples/dragdrop/dropsite.h
index 0714bbb3b..fa58eb25d 100644
--- a/examples/dragdrop/dropsite.h
+++ b/examples/dragdrop/dropsite.h
@@ -14,7 +14,7 @@
#ifndef DROPSITE_H
#define DROPSITE_H
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqmovie.h>
#include "tqdropsite.h"
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 )
diff --git a/examples/dragdrop/secret.h b/examples/dragdrop/secret.h
index b05547944..b7d9d257a 100644
--- a/examples/dragdrop/secret.h
+++ b/examples/dragdrop/secret.h
@@ -15,7 +15,7 @@
#define SECRETDRAG_H
#include <tqdragobject.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
class SecretDrag: public TQStoredDrag {
public: