summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 13:06:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 13:06:00 +0900
commit628b0bb74c3fc327efff8add9c73ada04b1cbea2 (patch)
tree16062922d35b5e0153b9f866e440f36603bd4f55 /examples
parent7552c6d73043b1040139033f6864db48ae5446cf (diff)
downloadtqt3-628b0bb74c3fc327efff8add9c73ada04b1cbea2.tar.gz
tqt3-628b0bb74c3fc327efff8add9c73ada04b1cbea2.zip
Rename drag-n-drop nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples')
-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
-rw-r--r--examples/desktop/desktop.cpp4
-rw-r--r--examples/dirview/dirview.cpp4
-rw-r--r--examples/dragdrop/dropsite.cpp2
-rw-r--r--examples/dragdrop/dropsite.h2
-rw-r--r--examples/dragdrop/secret.h2
-rw-r--r--examples/fileiconview/qfileiconview.cpp4
-rw-r--r--examples/iconview/main.cpp4
-rw-r--r--examples/tetrix/README2
-rw-r--r--examples/tetrix/tetrix.cpp2
-rw-r--r--examples/tetrix/tetrix.pro4
-rw-r--r--examples/tetrix/tqdragapp.cpp (renamed from examples/tetrix/qdragapp.cpp)4
-rw-r--r--examples/tetrix/tqdragapp.h (renamed from examples/tetrix/qdragapp.h)0
16 files changed, 21 insertions, 21 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)
diff --git a/examples/desktop/desktop.cpp b/examples/desktop/desktop.cpp
index 0e5782889..9997595a3 100644
--- a/examples/desktop/desktop.cpp
+++ b/examples/desktop/desktop.cpp
@@ -11,8 +11,8 @@
#include <ntqbitmap.h>
#include <ntqpainter.h>
#include <ntqapplication.h>
-#include <ntqdropsite.h>
-#include <ntqdragobject.h>
+#include <tqdropsite.h>
+#include <tqdragobject.h>
#include <stdio.h>
diff --git a/examples/dirview/dirview.cpp b/examples/dirview/dirview.cpp
index 3183f7213..846eb6289 100644
--- a/examples/dirview/dirview.cpp
+++ b/examples/dirview/dirview.cpp
@@ -16,8 +16,8 @@
#include <ntqevent.h>
#include <ntqpoint.h>
#include <ntqmessagebox.h>
-#include <ntqdragobject.h>
-#include <ntqmime.h>
+#include <tqdragobject.h>
+#include <tqmime.h>
#include <tqstrlist.h>
#include <tqstringlist.h>
#include <ntqapplication.h>
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 {
diff --git a/examples/fileiconview/qfileiconview.cpp b/examples/fileiconview/qfileiconview.cpp
index 5a800ff53..acdc8f4c5 100644
--- a/examples/fileiconview/qfileiconview.cpp
+++ b/examples/fileiconview/qfileiconview.cpp
@@ -11,9 +11,9 @@
#include <ntqpainter.h>
#include <tqstringlist.h>
#include <ntqpixmap.h>
-#include <ntqmime.h>
+#include <tqmime.h>
#include <tqstrlist.h>
-#include <ntqdragobject.h>
+#include <tqdragobject.h>
#include <ntqmessagebox.h>
#include <ntqevent.h>
#include <tqpopupmenu.h>
diff --git a/examples/iconview/main.cpp b/examples/iconview/main.cpp
index 7dc8f04d3..ba6d509ad 100644
--- a/examples/iconview/main.cpp
+++ b/examples/iconview/main.cpp
@@ -9,11 +9,11 @@
#include <tqiconview.h>
#include <ntqapplication.h>
-#include <ntqdragobject.h>
+#include <tqdragobject.h>
#include <ntqpixmap.h>
#include <tqiconset.h>
-#include <ntqmime.h>
+#include <tqmime.h>
#include <stdio.h>
class ListenDND : public TQObject
diff --git a/examples/tetrix/README b/examples/tetrix/README
index fc9e74e99..148260a71 100644
--- a/examples/tetrix/README
+++ b/examples/tetrix/README
@@ -22,7 +22,7 @@ Enjoy!
P.S. Tetrix has later been updated to show new versions of Qt.
P.P.S The tetrix program uses a special application object called
- QDragApplication. Try to guess what it does.
+ TQDragApplication. Try to guess what it does.
Hint: Try pressing the right mouse button somewhere in the
tetrix window and start dragging....
diff --git a/examples/tetrix/tetrix.cpp b/examples/tetrix/tetrix.cpp
index 2d8c2d5fd..7cb623240 100644
--- a/examples/tetrix/tetrix.cpp
+++ b/examples/tetrix/tetrix.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include "qtetrix.h"
-#include "qdragapp.h"
+#include "tqdragapp.h"
#include "ntqfont.h"
int main( int argc, char **argv )
diff --git a/examples/tetrix/tetrix.pro b/examples/tetrix/tetrix.pro
index ad8ad831a..a9f80f011 100644
--- a/examples/tetrix/tetrix.pro
+++ b/examples/tetrix/tetrix.pro
@@ -7,12 +7,12 @@ DEPENDPATH = ../../include
REQUIRES = small-config
HEADERS = gtetrix.h \
- qdragapp.h \
+ tqdragapp.h \
qtetrix.h \
qtetrixb.h \
tpiece.h
SOURCES = gtetrix.cpp \
- qdragapp.cpp \
+ tqdragapp.cpp \
qtetrix.cpp \
qtetrixb.cpp \
tetrix.cpp \
diff --git a/examples/tetrix/qdragapp.cpp b/examples/tetrix/tqdragapp.cpp
index b11a54505..014583a29 100644
--- a/examples/tetrix/qdragapp.cpp
+++ b/examples/tetrix/tqdragapp.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include "qdragapp.h"
+#include "tqdragapp.h"
#include "tqptrlist.h"
#include "ntqintdict.h"
#include "tqpopupmenu.h"
@@ -499,4 +499,4 @@ TQWidget *cursorWidget( TQPoint *p )
}
-#include "qdragapp.moc"
+#include "tqdragapp.moc"
diff --git a/examples/tetrix/qdragapp.h b/examples/tetrix/tqdragapp.h
index c710bd974..c710bd974 100644
--- a/examples/tetrix/qdragapp.h
+++ b/examples/tetrix/tqdragapp.h