diff options
author | Michele Calgaro <[email protected]> | 2024-07-24 19:37:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-24 19:37:05 +0900 |
commit | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch) | |
tree | be5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /examples/dragdrop | |
parent | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff) | |
download | tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.tar.gz tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.zip |
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/dragdrop')
-rw-r--r-- | examples/dragdrop/dropsite.h | 2 | ||||
-rw-r--r-- | examples/dragdrop/main.cpp | 2 | ||||
-rw-r--r-- | examples/dragdrop/secret.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/dragdrop/dropsite.h b/examples/dragdrop/dropsite.h index 0714bbb3b..fa58eb25d 100644 --- a/examples/dragdrop/dropsite.h +++ b/examples/dragdrop/dropsite.h @@ -14,7 +14,7 @@ #ifndef DROPSITE_H #define DROPSITE_H -#include <ntqlabel.h> +#include <tqlabel.h> #include <tqmovie.h> #include "tqdropsite.h" diff --git a/examples/dragdrop/main.cpp b/examples/dragdrop/main.cpp index 91244fd83..acc721b8f 100644 --- a/examples/dragdrop/main.cpp +++ b/examples/dragdrop/main.cpp @@ -14,7 +14,7 @@ #include "secret.h" #include <ntqlayout.h> #include <ntqcombobox.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <tqpixmap.h> static void addStuff( TQWidget * parent, bool image, bool secret = FALSE ) diff --git a/examples/dragdrop/secret.h b/examples/dragdrop/secret.h index b05547944..b7d9d257a 100644 --- a/examples/dragdrop/secret.h +++ b/examples/dragdrop/secret.h @@ -15,7 +15,7 @@ #define SECRETDRAG_H #include <tqdragobject.h> -#include <ntqlabel.h> +#include <tqlabel.h> class SecretDrag: public TQStoredDrag { public: |