summaryrefslogtreecommitdiffstats
path: root/examples/demo
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo')
-rw-r--r--examples/demo/dnd/dnd.cpp2
-rw-r--r--examples/demo/dnd/iconview.cpp2
-rw-r--r--examples/demo/dnd/listview.cpp2
-rw-r--r--examples/demo/dnd/styledbutton.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/demo/dnd/dnd.cpp b/examples/demo/dnd/dnd.cpp
index 43100b721..34e9540ed 100644
--- a/examples/demo/dnd/dnd.cpp
+++ b/examples/demo/dnd/dnd.cpp
@@ -1,5 +1,5 @@
#include <tqiconview.h>
-#include <ntqdragobject.h>
+#include <tqdragobject.h>
#include <ntqlayout.h>
#include <ntqmultilineedit.h>
diff --git a/examples/demo/dnd/iconview.cpp b/examples/demo/dnd/iconview.cpp
index 89cac969a..51bfff304 100644
--- a/examples/demo/dnd/iconview.cpp
+++ b/examples/demo/dnd/iconview.cpp
@@ -1,4 +1,4 @@
-#include <ntqdragobject.h>
+#include <tqdragobject.h>
#include "dnd.h"
#include "iconview.h"
diff --git a/examples/demo/dnd/listview.cpp b/examples/demo/dnd/listview.cpp
index 0cb86d2c4..e97a03ea0 100644
--- a/examples/demo/dnd/listview.cpp
+++ b/examples/demo/dnd/listview.cpp
@@ -1,4 +1,4 @@
-#include <ntqdragobject.h>
+#include <tqdragobject.h>
#include <ntqapplication.h>
#include "listview.h"
#include "dnd.h"
diff --git a/examples/demo/dnd/styledbutton.cpp b/examples/demo/dnd/styledbutton.cpp
index 44d58ee38..ec377d030 100644
--- a/examples/demo/dnd/styledbutton.cpp
+++ b/examples/demo/dnd/styledbutton.cpp
@@ -40,7 +40,7 @@
#include <tqimage.h>
#include <ntqpixmap.h>
#include <ntqapplication.h>
-#include <ntqdragobject.h>
+#include <tqdragobject.h>
#include <tqstyle.h>
StyledButton::StyledButton(TQWidget* parent, const char* name)