diff options
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/ntqcleanuphandler.h | 2 | ||||
-rw-r--r-- | src/tools/ntqgcache.h | 2 | ||||
-rw-r--r-- | src/tools/ntqgdict.h | 2 | ||||
-rw-r--r-- | src/tools/ntqglist.h | 2 | ||||
-rw-r--r-- | src/tools/ntqgvector.h | 2 | ||||
-rw-r--r-- | src/tools/ntqstrlist.h | 2 | ||||
-rw-r--r-- | src/tools/ntqstrvec.h | 2 | ||||
-rw-r--r-- | src/tools/qgcache.cpp | 2 | ||||
-rw-r--r-- | src/tools/qgdict.cpp | 2 | ||||
-rw-r--r-- | src/tools/qgpluginmanager.cpp | 2 | ||||
-rw-r--r-- | src/tools/qregexp.cpp | 2 | ||||
-rw-r--r-- | src/tools/qt_tools.pri | 14 | ||||
-rw-r--r-- | src/tools/qwinexport.cpp | 4 | ||||
-rw-r--r-- | src/tools/tqptrcollection.cpp (renamed from src/tools/qptrcollection.cpp) | 4 | ||||
-rw-r--r-- | src/tools/tqptrcollection.h (renamed from src/tools/ntqptrcollection.h) | 0 | ||||
-rw-r--r-- | src/tools/tqptrdict.h (renamed from src/tools/ntqptrdict.h) | 0 | ||||
-rw-r--r-- | src/tools/tqptrlist.h (renamed from src/tools/ntqptrlist.h) | 0 | ||||
-rw-r--r-- | src/tools/tqptrqueue.h (renamed from src/tools/ntqptrqueue.h) | 0 | ||||
-rw-r--r-- | src/tools/tqptrstack.h (renamed from src/tools/ntqptrstack.h) | 0 | ||||
-rw-r--r-- | src/tools/tqptrvector.h (renamed from src/tools/ntqptrvector.h) | 0 |
20 files changed, 22 insertions, 22 deletions
diff --git a/src/tools/ntqcleanuphandler.h b/src/tools/ntqcleanuphandler.h index e1dc339b3..b6347f7ea 100644 --- a/src/tools/ntqcleanuphandler.h +++ b/src/tools/ntqcleanuphandler.h @@ -40,7 +40,7 @@ #define TQCLEANUPHANDLER_H #ifndef QT_H -#include "ntqptrlist.h" +#include "tqptrlist.h" #endif // QT_H template<class Type> diff --git a/src/tools/ntqgcache.h b/src/tools/ntqgcache.h index cbcb0723f..9082af762 100644 --- a/src/tools/ntqgcache.h +++ b/src/tools/ntqgcache.h @@ -42,7 +42,7 @@ #define TQGCACHE_H #ifndef QT_H -#include "ntqptrcollection.h" +#include "tqptrcollection.h" #include "ntqglist.h" #include "ntqgdict.h" #endif // QT_H diff --git a/src/tools/ntqgdict.h b/src/tools/ntqgdict.h index c3f8fb365..0e29a51eb 100644 --- a/src/tools/ntqgdict.h +++ b/src/tools/ntqgdict.h @@ -42,7 +42,7 @@ #define TQGDICT_H #ifndef QT_H -#include "ntqptrcollection.h" +#include "tqptrcollection.h" #include "ntqstring.h" #endif // QT_H diff --git a/src/tools/ntqglist.h b/src/tools/ntqglist.h index 247c4f68f..95a5786d3 100644 --- a/src/tools/ntqglist.h +++ b/src/tools/ntqglist.h @@ -42,7 +42,7 @@ #define TQGLIST_H #ifndef QT_H -#include "ntqptrcollection.h" +#include "tqptrcollection.h" #endif // QT_H class TQ_EXPORT TQLNode diff --git a/src/tools/ntqgvector.h b/src/tools/ntqgvector.h index 4702c0e4a..d1e8385df 100644 --- a/src/tools/ntqgvector.h +++ b/src/tools/ntqgvector.h @@ -42,7 +42,7 @@ #define TQGVECTOR_H #ifndef QT_H -#include "ntqptrcollection.h" +#include "tqptrcollection.h" #endif // QT_H diff --git a/src/tools/ntqstrlist.h b/src/tools/ntqstrlist.h index 2495f55a5..e8eb3d3f3 100644 --- a/src/tools/ntqstrlist.h +++ b/src/tools/ntqstrlist.h @@ -43,7 +43,7 @@ #ifndef QT_H #include "ntqstring.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqdatastream.h" #endif // QT_H diff --git a/src/tools/ntqstrvec.h b/src/tools/ntqstrvec.h index 9f2245081..82fea5e97 100644 --- a/src/tools/ntqstrvec.h +++ b/src/tools/ntqstrvec.h @@ -43,7 +43,7 @@ #ifndef QT_H #include "ntqstring.h" -#include "ntqptrvector.h" +#include "tqptrvector.h" #include "ntqdatastream.h" #endif // QT_H diff --git a/src/tools/qgcache.cpp b/src/tools/qgcache.cpp index 07a91fd26..9cde4b24e 100644 --- a/src/tools/qgcache.cpp +++ b/src/tools/qgcache.cpp @@ -39,7 +39,7 @@ **********************************************************************/ #include "ntqgcache.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqdict.h" #include "ntqstring.h" diff --git a/src/tools/qgdict.cpp b/src/tools/qgdict.cpp index fe68644cb..639014870 100644 --- a/src/tools/qgdict.cpp +++ b/src/tools/qgdict.cpp @@ -39,7 +39,7 @@ **********************************************************************/ #include "ntqgdict.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqstring.h" #include "ntqdatastream.h" #include <ctype.h> diff --git a/src/tools/qgpluginmanager.cpp b/src/tools/qgpluginmanager.cpp index dc72dad30..3a7c321fd 100644 --- a/src/tools/qgpluginmanager.cpp +++ b/src/tools/qgpluginmanager.cpp @@ -287,7 +287,7 @@ static int similarity( const TQString& s1, const TQString& s2 ) -#include <ntqptrlist.h> +#include <tqptrlist.h> TQGPluginManager::TQGPluginManager( const TQUuid& id, const TQStringList& paths, const TQString &suffix, bool cs ) : interfaceId( id ), plugDict( 17, cs ), casesens( cs ), autounload( TRUE ) diff --git a/src/tools/qregexp.cpp b/src/tools/qregexp.cpp index 19b983f75..ab6f0ee89 100644 --- a/src/tools/qregexp.cpp +++ b/src/tools/qregexp.cpp @@ -48,7 +48,7 @@ #include "ntqcleanuphandler.h" #include "ntqintdict.h" #include "tqmap.h" -#include "ntqptrvector.h" +#include "tqptrvector.h" #include "ntqstring.h" #include "ntqtl.h" diff --git a/src/tools/qt_tools.pri b/src/tools/qt_tools.pri index 5026f3791..e5e7a7af4 100644 --- a/src/tools/qt_tools.pri +++ b/src/tools/qt_tools.pri @@ -36,21 +36,21 @@ tools { $$TOOLS_P/qlibrary_p.h \ $$TOOLS_H/ntqlocale.h \ $$TOOLS_P/qlocale_p.h \ - $$TOOLS_H/ntqptrlist.h \ + $$TOOLS_H/tqptrlist.h \ $$TOOLS_H/tqmap.h \ $$TOOLS_H/ntqmutex.h \ $$TOOLS_P/qmutex_p.h \ $$TOOLS_P/qmutexpool_p.h \ $$TOOLS_P/qpluginmanager_p.h \ - $$TOOLS_H/ntqptrcollection.h \ - $$TOOLS_H/ntqptrdict.h \ - $$TOOLS_H/ntqptrqueue.h \ + $$TOOLS_H/tqptrcollection.h \ + $$TOOLS_H/tqptrdict.h \ + $$TOOLS_H/tqptrqueue.h \ $$TOOLS_H/ntqregexp.h \ $$TOOLS_H/ntqsemaphore.h \ $$TOOLS_H/ntqsettings.h \ $$TOOLS_P/qsettings_p.h \ $$TOOLS_H/ntqshared.h \ - $$TOOLS_H/ntqptrstack.h \ + $$TOOLS_H/tqptrstack.h \ $$TOOLS_H/ntqstring.h \ $$TOOLS_H/ntqstringlist.h \ $$TOOLS_H/ntqstrlist.h \ @@ -59,7 +59,7 @@ tools { $$TOOLS_P/qthreadinstance_p.h \ $$TOOLS_H/ntqthreadstorage.h\ $$TOOLS_P/qunicodetables_p.h \ - $$TOOLS_H/ntqptrvector.h \ + $$TOOLS_H/tqptrvector.h \ $$TOOLS_H/tqvaluelist.h \ $$TOOLS_H/tqvaluestack.h \ $$TOOLS_H/tqvaluevector.h \ @@ -129,7 +129,7 @@ tools { $$TOOLS_CPP/qlocale.cpp \ $$TOOLS_CPP/tqmap.cpp \ $$TOOLS_CPP/qmutexpool.cpp \ - $$TOOLS_CPP/qptrcollection.cpp \ + $$TOOLS_CPP/tqptrcollection.cpp \ $$TOOLS_CPP/qregexp.cpp \ $$TOOLS_CPP/qstring.cpp \ $$TOOLS_CPP/qsemaphore.cpp \ diff --git a/src/tools/qwinexport.cpp b/src/tools/qwinexport.cpp index 244db1cea..12d8832da 100644 --- a/src/tools/qwinexport.cpp +++ b/src/tools/qwinexport.cpp @@ -22,8 +22,8 @@ #include <ntqlibrary.h> #include <tqmap.h> #include <ntqmemarray.h> -#include <ntqptrlist.h> -#include <ntqptrvector.h> +#include <tqptrlist.h> +#include <tqptrvector.h> #include <ntqstring.h> #include <tqvaluelist.h> #include <tqvaluevector.h> diff --git a/src/tools/qptrcollection.cpp b/src/tools/tqptrcollection.cpp index 718a739d1..7a9258c5e 100644 --- a/src/tools/qptrcollection.cpp +++ b/src/tools/tqptrcollection.cpp @@ -38,10 +38,10 @@ ** **********************************************************************/ -#include "ntqptrcollection.h" +#include "tqptrcollection.h" /*! - \class TQPtrCollection ntqptrcollection.h + \class TQPtrCollection tqptrcollection.h \reentrant \brief The TQPtrCollection class is the base class of most pointer-based TQt collections. diff --git a/src/tools/ntqptrcollection.h b/src/tools/tqptrcollection.h index da6fc6670..da6fc6670 100644 --- a/src/tools/ntqptrcollection.h +++ b/src/tools/tqptrcollection.h diff --git a/src/tools/ntqptrdict.h b/src/tools/tqptrdict.h index 181492bd9..181492bd9 100644 --- a/src/tools/ntqptrdict.h +++ b/src/tools/tqptrdict.h diff --git a/src/tools/ntqptrlist.h b/src/tools/tqptrlist.h index 579c1b226..579c1b226 100644 --- a/src/tools/ntqptrlist.h +++ b/src/tools/tqptrlist.h diff --git a/src/tools/ntqptrqueue.h b/src/tools/tqptrqueue.h index c905b4fd6..c905b4fd6 100644 --- a/src/tools/ntqptrqueue.h +++ b/src/tools/tqptrqueue.h diff --git a/src/tools/ntqptrstack.h b/src/tools/tqptrstack.h index 6f404f1b9..6f404f1b9 100644 --- a/src/tools/ntqptrstack.h +++ b/src/tools/tqptrstack.h diff --git a/src/tools/ntqptrvector.h b/src/tools/tqptrvector.h index b2e641e7a..b2e641e7a 100644 --- a/src/tools/ntqptrvector.h +++ b/src/tools/tqptrvector.h |