summaryrefslogtreecommitdiffstats
path: root/examples/dragdrop
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dragdrop')
-rw-r--r--examples/dragdrop/dropsite.cpp2
-rw-r--r--examples/dragdrop/dropsite.h2
-rw-r--r--examples/dragdrop/secret.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/dragdrop/dropsite.cpp b/examples/dragdrop/dropsite.cpp
index 98188b19a..214b4d0dd 100644
--- a/examples/dragdrop/dropsite.cpp
+++ b/examples/dragdrop/dropsite.cpp
@@ -15,7 +15,7 @@
#include "secret.h"
#include <ntqevent.h>
#include <ntqpixmap.h>
-#include <ntqdragobject.h>
+#include <tqdragobject.h>
#include <tqimage.h>
#include <ntqdir.h>
diff --git a/examples/dragdrop/dropsite.h b/examples/dragdrop/dropsite.h
index 7f23f1b36..020aaeaad 100644
--- a/examples/dragdrop/dropsite.h
+++ b/examples/dragdrop/dropsite.h
@@ -16,7 +16,7 @@
#include <ntqlabel.h>
#include <ntqmovie.h>
-#include "ntqdropsite.h"
+#include "tqdropsite.h"
class TQDragObject;
diff --git a/examples/dragdrop/secret.h b/examples/dragdrop/secret.h
index 573ea1442..b05547944 100644
--- a/examples/dragdrop/secret.h
+++ b/examples/dragdrop/secret.h
@@ -14,7 +14,7 @@
#ifndef SECRETDRAG_H
#define SECRETDRAG_H
-#include <ntqdragobject.h>
+#include <tqdragobject.h>
#include <ntqlabel.h>
class SecretDrag: public TQStoredDrag {