summaryrefslogtreecommitdiffstats
path: root/examples/demo/dnd
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo/dnd')
-rw-r--r--examples/demo/dnd/dnd.cpp8
-rw-r--r--examples/demo/dnd/dnd.h4
-rw-r--r--examples/demo/dnd/iconview.cpp2
-rw-r--r--examples/demo/dnd/iconview.h4
-rw-r--r--examples/demo/dnd/listview.cpp4
-rw-r--r--examples/demo/dnd/listview.h2
-rw-r--r--examples/demo/dnd/styledbutton.cpp18
-rw-r--r--examples/demo/dnd/styledbutton.h4
8 files changed, 23 insertions, 23 deletions
diff --git a/examples/demo/dnd/dnd.cpp b/examples/demo/dnd/dnd.cpp
index 00501f5d..f03c918d 100644
--- a/examples/demo/dnd/dnd.cpp
+++ b/examples/demo/dnd/dnd.cpp
@@ -1,7 +1,7 @@
-#include <qiconview.h>
-#include <qdragobject.h>
-#include <qlayout.h>
-#include <qmultilineedit.h>
+#include <ntqiconview.h>
+#include <ntqdragobject.h>
+#include <ntqlayout.h>
+#include <ntqmultilineedit.h>
#include "dnd.h"
#include "styledbutton.h"
diff --git a/examples/demo/dnd/dnd.h b/examples/demo/dnd/dnd.h
index 311360da..7860cac5 100644
--- a/examples/demo/dnd/dnd.h
+++ b/examples/demo/dnd/dnd.h
@@ -1,5 +1,5 @@
-#include <qpixmap.h>
-#include <qmap.h>
+#include <ntqpixmap.h>
+#include <ntqmap.h>
#include "dndbase.h"
#ifndef DNDDEMO_H
diff --git a/examples/demo/dnd/iconview.cpp b/examples/demo/dnd/iconview.cpp
index c8ce01b8..fe65c491 100644
--- a/examples/demo/dnd/iconview.cpp
+++ b/examples/demo/dnd/iconview.cpp
@@ -1,4 +1,4 @@
-#include <qdragobject.h>
+#include <ntqdragobject.h>
#include "dnd.h"
#include "iconview.h"
diff --git a/examples/demo/dnd/iconview.h b/examples/demo/dnd/iconview.h
index a0b4e3a9..b02949a8 100644
--- a/examples/demo/dnd/iconview.h
+++ b/examples/demo/dnd/iconview.h
@@ -1,5 +1,5 @@
-#include <qiconview.h>
-#include <qstring.h>
+#include <ntqiconview.h>
+#include <ntqstring.h>
#include "dnd.h"
diff --git a/examples/demo/dnd/listview.cpp b/examples/demo/dnd/listview.cpp
index 443bb7e5..0cb86d2c 100644
--- a/examples/demo/dnd/listview.cpp
+++ b/examples/demo/dnd/listview.cpp
@@ -1,5 +1,5 @@
-#include <qdragobject.h>
-#include <qapplication.h>
+#include <ntqdragobject.h>
+#include <ntqapplication.h>
#include "listview.h"
#include "dnd.h"
diff --git a/examples/demo/dnd/listview.h b/examples/demo/dnd/listview.h
index b6b17a0d..c4574951 100644
--- a/examples/demo/dnd/listview.h
+++ b/examples/demo/dnd/listview.h
@@ -1,4 +1,4 @@
-#include <qlistview.h>
+#include <ntqlistview.h>
class ListViewItem : public TQListViewItem
{
diff --git a/examples/demo/dnd/styledbutton.cpp b/examples/demo/dnd/styledbutton.cpp
index c2aba0bc..383f555d 100644
--- a/examples/demo/dnd/styledbutton.cpp
+++ b/examples/demo/dnd/styledbutton.cpp
@@ -33,15 +33,15 @@
#include "styledbutton.h"
-#include <qcolordialog.h>
-#include <qpalette.h>
-#include <qlabel.h>
-#include <qpainter.h>
-#include <qimage.h>
-#include <qpixmap.h>
-#include <qapplication.h>
-#include <qdragobject.h>
-#include <qstyle.h>
+#include <ntqcolordialog.h>
+#include <ntqpalette.h>
+#include <ntqlabel.h>
+#include <ntqpainter.h>
+#include <ntqimage.h>
+#include <ntqpixmap.h>
+#include <ntqapplication.h>
+#include <ntqdragobject.h>
+#include <ntqstyle.h>
StyledButton::StyledButton(TQWidget* parent, const char* name)
: TQButton( parent, name ), pix( 0 ), spix( 0 ), edit( ColorEditor ), s( 0 ), mousePressed( FALSE )
diff --git a/examples/demo/dnd/styledbutton.h b/examples/demo/dnd/styledbutton.h
index 69339baa..ae99f5cf 100644
--- a/examples/demo/dnd/styledbutton.h
+++ b/examples/demo/dnd/styledbutton.h
@@ -34,8 +34,8 @@
#ifndef STYLEDBUTTON_H
#define STYLEDBUTTON_H
-#include <qbutton.h>
-#include <qpixmap.h>
+#include <ntqbutton.h>
+#include <ntqpixmap.h>
class TQColor;
class TQBrush;