diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
commit | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (patch) | |
tree | 16062922d35b5e0153b9f866e440f36603bd4f55 /examples/tetrix | |
parent | 7552c6d73043b1040139033f6864db48ae5446cf (diff) | |
download | tqt3-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/tetrix')
-rw-r--r-- | examples/tetrix/README | 2 | ||||
-rw-r--r-- | examples/tetrix/tetrix.cpp | 2 | ||||
-rw-r--r-- | examples/tetrix/tetrix.pro | 4 | ||||
-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 |
5 files changed, 6 insertions, 6 deletions
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 |