diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-15 13:05:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 10:05:58 +0900 |
| commit | 397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch) | |
| tree | 0b41c33e457556bd2b9371788ddbce25263f00d6 /src/tools | |
| parent | 755d46927cc6a5719e695aeb8133be6897de62d8 (diff) | |
| download | tqt-397b7afa.tar.gz tqt-397b7afa.zip | |
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tqcomlibrary.cpp | 2 | ||||
| -rw-r--r-- | src/tools/tqcomponentfactory.cpp | 2 | ||||
| -rw-r--r-- | src/tools/tqconfig-dist.h (renamed from src/tools/qconfig-dist.h) | 0 | ||||
| -rw-r--r-- | src/tools/tqconfig-large.h (renamed from src/tools/qconfig-large.h) | 0 | ||||
| -rw-r--r-- | src/tools/tqconfig-medium.h (renamed from src/tools/qconfig-medium.h) | 0 | ||||
| -rw-r--r-- | src/tools/tqconfig-minimal.h (renamed from src/tools/qconfig-minimal.h) | 0 | ||||
| -rw-r--r-- | src/tools/tqconfig-small.h (renamed from src/tools/qconfig-small.h) | 0 | ||||
| -rw-r--r-- | src/tools/tqglobal.cpp | 2 | ||||
| -rw-r--r-- | src/tools/tqglobal.h | 14 | ||||
| -rw-r--r-- | src/tools/tqthreadstorage_unix.cpp | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/src/tools/tqcomlibrary.cpp b/src/tools/tqcomlibrary.cpp index 5c2510130..a387c9611 100644 --- a/src/tools/tqcomlibrary.cpp +++ b/src/tools/tqcomlibrary.cpp @@ -39,7 +39,7 @@ #include "tqcomlibrary_p.h" #ifndef TQT_NO_COMPONENT -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqsettings.h> #include <tqfileinfo.h> #include <tqdatetime.h> diff --git a/src/tools/tqcomponentfactory.cpp b/src/tools/tqcomponentfactory.cpp index 3b05e94de..4d799b024 100644 --- a/src/tools/tqcomponentfactory.cpp +++ b/src/tools/tqcomponentfactory.cpp @@ -44,7 +44,7 @@ #include "tqsettings.h" #include <private/tqcomlibrary_p.h> #include "tqdir.h" -#include "ntqapplication.h" +#include "tqapplication.h" /*! \class TQComponentFactory tqcomponentfactory.h diff --git a/src/tools/qconfig-dist.h b/src/tools/tqconfig-dist.h index d6075aa4d..d6075aa4d 100644 --- a/src/tools/qconfig-dist.h +++ b/src/tools/tqconfig-dist.h diff --git a/src/tools/qconfig-large.h b/src/tools/tqconfig-large.h index d2f8321ce..d2f8321ce 100644 --- a/src/tools/qconfig-large.h +++ b/src/tools/tqconfig-large.h diff --git a/src/tools/qconfig-medium.h b/src/tools/tqconfig-medium.h index 93bc436e6..93bc436e6 100644 --- a/src/tools/qconfig-medium.h +++ b/src/tools/tqconfig-medium.h diff --git a/src/tools/qconfig-minimal.h b/src/tools/tqconfig-minimal.h index 2d98d14ea..2d98d14ea 100644 --- a/src/tools/qconfig-minimal.h +++ b/src/tools/tqconfig-minimal.h diff --git a/src/tools/qconfig-small.h b/src/tools/tqconfig-small.h index d7d08b795..d7d08b795 100644 --- a/src/tools/qconfig-small.h +++ b/src/tools/tqconfig-small.h diff --git a/src/tools/tqglobal.cpp b/src/tools/tqglobal.cpp index d33bfdf95..d77e284ea 100644 --- a/src/tools/tqglobal.cpp +++ b/src/tools/tqglobal.cpp @@ -820,7 +820,7 @@ void tqObsolete( const char *message ) Example: \code - #include <ntqapplication.h> + #include <tqapplication.h> #include <stdio.h> #include <stdlib.h> diff --git a/src/tools/tqglobal.h b/src/tools/tqglobal.h index 15545d1c7..e00cf68a9 100644 --- a/src/tools/tqglobal.h +++ b/src/tools/tqglobal.h @@ -736,17 +736,17 @@ class TQString; #if !defined(QT_MOC) #if defined(TQCONFIG_LOCAL) -#include "qconfig-local.h" +#include "tqconfig-local.h" #elif defined(TQCONFIG_MINIMAL) -#include "qconfig-minimal.h" +#include "tqconfig-minimal.h" #elif defined(TQCONFIG_SMALL) -#include "qconfig-small.h" +#include "tqconfig-small.h" #elif defined(TQCONFIG_MEDIUM) -#include "qconfig-medium.h" +#include "tqconfig-medium.h" #elif defined(TQCONFIG_LARGE) -#include "qconfig-large.h" +#include "tqconfig-large.h" #else // everything... -#include "ntqconfig.h" +#include "tqconfig.h" #endif #endif @@ -756,7 +756,7 @@ class TQString; #endif // prune to local config -#include "ntqmodules.h" +#include "tqmodules.h" #ifndef TQT_MODULE_DIALOGS # define TQT_NO_DIALOG #endif diff --git a/src/tools/tqthreadstorage_unix.cpp b/src/tools/tqthreadstorage_unix.cpp index 9a7e179b2..977ccf6bb 100644 --- a/src/tools/tqthreadstorage_unix.cpp +++ b/src/tools/tqthreadstorage_unix.cpp @@ -38,7 +38,7 @@ #ifdef TQT_THREAD_SUPPORT -#include "ntqapplication.h" +#include "tqapplication.h" #include "tqthread.h" #include "qplatformdefs.h" |
