summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-02 12:02:24 +0900
committerMichele Calgaro <[email protected]>2025-01-02 12:02:24 +0900
commit01d46198d1b9240c8e0eb1cf31300b77879da412 (patch)
tree69534901f3dff9f0beed05350c23bbe3b92a1fe0 /src
parent37293565c31fa447fbf7cb0566be51d1204e8991 (diff)
downloadtqt3-01d46198d1b9240c8e0eb1cf31300b77879da412.tar.gz
tqt3-01d46198d1b9240c8e0eb1cf31300b77879da412.zip
Rename Q_EXPORT to TQ_EXPORTHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/canvas/tqcanvas.h2
-rw-r--r--src/codecs/tqeucjpcodec.h6
-rw-r--r--src/codecs/tqeuckrcodec.h6
-rw-r--r--src/codecs/tqgb18030codec.h10
-rw-r--r--src/codecs/tqjiscodec.h6
-rw-r--r--src/codecs/tqjpunicode.h6
-rw-r--r--src/codecs/tqsjiscodec.h6
-rw-r--r--src/kernel/tqsignalslotimp.h2
-rw-r--r--src/sql/drivers/mysql/tqsql_mysql.h6
-rw-r--r--src/sql/drivers/odbc/tqsql_odbc.h6
-rw-r--r--src/sql/drivers/psql/tqsql_psql.h6
-rw-r--r--src/styles/tqcdestyle.h6
-rw-r--r--src/styles/tqcompactstyle.h6
-rw-r--r--src/styles/tqmotifplusstyle.h6
-rw-r--r--src/styles/tqmotifstyle.h6
-rw-r--r--src/styles/tqplatinumstyle.h6
-rw-r--r--src/styles/tqsgistyle.h6
-rw-r--r--src/styles/tqwindowsstyle.h6
-rw-r--r--src/tools/tqcom_p.h8
-rw-r--r--src/tools/tqwinexport.cpp2
-rw-r--r--src/tools/tqwinexport.h122
21 files changed, 118 insertions, 118 deletions
diff --git a/src/canvas/tqcanvas.h b/src/canvas/tqcanvas.h
index 5f0b9013b..8d5e0fd45 100644
--- a/src/canvas/tqcanvas.h
+++ b/src/canvas/tqcanvas.h
@@ -75,7 +75,7 @@ class TQCanvasItem;
class TQCanvasView;
class TQCanvasPixmap;
-#if defined(Q_TEMPLATEDLL) && ( !defined(QT_MAKEDLL) || defined(Q_EXPORT_TEMPLATES) )
+#if defined(Q_TEMPLATEDLL) && ( !defined(QT_MAKEDLL) || defined(TQ_EXPORT_TEMPLATES) )
// MOC_SKIP_BEGIN
TQM_TEMPLATE_EXTERN_CANVAS template class TQM_EXPORT_CANVAS TQValueListIterator< TQCanvasItem* >;
TQM_TEMPLATE_EXTERN_CANVAS template class TQM_EXPORT_CANVAS TQValueList< TQCanvasItem* >;
diff --git a/src/codecs/tqeucjpcodec.h b/src/codecs/tqeucjpcodec.h
index c232390fe..50fc56bce 100644
--- a/src/codecs/tqeucjpcodec.h
+++ b/src/codecs/tqeucjpcodec.h
@@ -78,12 +78,12 @@
#ifndef TQT_NO_BIG_CODECS
#if defined(QT_PLUGIN)
-#define Q_EXPORT_CODECS_JP
+#define TQ_EXPORT_CODECS_JP
#else
-#define Q_EXPORT_CODECS_JP TQ_EXPORT
+#define TQ_EXPORT_CODECS_JP TQ_EXPORT
#endif
-class Q_EXPORT_CODECS_JP TQEucJpCodec : public TQTextCodec {
+class TQ_EXPORT_CODECS_JP TQEucJpCodec : public TQTextCodec {
public:
virtual int mibEnum() const;
const char* name() const;
diff --git a/src/codecs/tqeuckrcodec.h b/src/codecs/tqeuckrcodec.h
index 513c85f0b..440a92e4b 100644
--- a/src/codecs/tqeuckrcodec.h
+++ b/src/codecs/tqeuckrcodec.h
@@ -73,12 +73,12 @@
#ifndef TQT_NO_BIG_CODECS
#if defined(QT_PLUGIN)
-#define Q_EXPORT_CODECS_KR
+#define TQ_EXPORT_CODECS_KR
#else
-#define Q_EXPORT_CODECS_KR TQ_EXPORT
+#define TQ_EXPORT_CODECS_KR TQ_EXPORT
#endif
-class Q_EXPORT_CODECS_KR TQEucKrCodec : public TQTextCodec {
+class TQ_EXPORT_CODECS_KR TQEucKrCodec : public TQTextCodec {
public:
virtual int mibEnum() const;
const char* name() const;
diff --git a/src/codecs/tqgb18030codec.h b/src/codecs/tqgb18030codec.h
index c28c6222d..46832d3a7 100644
--- a/src/codecs/tqgb18030codec.h
+++ b/src/codecs/tqgb18030codec.h
@@ -49,12 +49,12 @@
#ifndef TQT_NO_BIG_CODECS
#if defined(QT_PLUGIN)
-#define Q_EXPORT_CODECS_CN
+#define TQ_EXPORT_CODECS_CN
#else
-#define Q_EXPORT_CODECS_CN TQ_EXPORT
+#define TQ_EXPORT_CODECS_CN TQ_EXPORT
#endif
-class Q_EXPORT_CODECS_CN TQGb18030Codec : public TQTextCodec {
+class TQ_EXPORT_CODECS_CN TQGb18030Codec : public TQTextCodec {
public:
TQGb18030Codec();
@@ -73,7 +73,7 @@ public:
int heuristicNameMatch(const char* hint) const;
};
-class Q_EXPORT_CODECS_CN TQGbkCodec : public TQGb18030Codec {
+class TQ_EXPORT_CODECS_CN TQGbkCodec : public TQGb18030Codec {
public:
TQGbkCodec();
@@ -92,7 +92,7 @@ public:
int heuristicNameMatch(const char* hint) const;
};
-class Q_EXPORT_CODECS_CN TQGb2312Codec : public TQGb18030Codec {
+class TQ_EXPORT_CODECS_CN TQGb2312Codec : public TQGb18030Codec {
public:
TQGb2312Codec();
diff --git a/src/codecs/tqjiscodec.h b/src/codecs/tqjiscodec.h
index 001554ce9..f9760841e 100644
--- a/src/codecs/tqjiscodec.h
+++ b/src/codecs/tqjiscodec.h
@@ -78,12 +78,12 @@
#ifndef TQT_NO_BIG_CODECS
#if defined(QT_PLUGIN)
-#define Q_EXPORT_CODECS_JP
+#define TQ_EXPORT_CODECS_JP
#else
-#define Q_EXPORT_CODECS_JP TQ_EXPORT
+#define TQ_EXPORT_CODECS_JP TQ_EXPORT
#endif
-class Q_EXPORT_CODECS_JP TQJisCodec : public TQTextCodec {
+class TQ_EXPORT_CODECS_JP TQJisCodec : public TQTextCodec {
public:
virtual int mibEnum() const;
const char* name() const;
diff --git a/src/codecs/tqjpunicode.h b/src/codecs/tqjpunicode.h
index fc04af2b9..faadb210a 100644
--- a/src/codecs/tqjpunicode.h
+++ b/src/codecs/tqjpunicode.h
@@ -77,12 +77,12 @@
#ifndef TQT_NO_BIG_CODECS
#if defined(QT_PLUGIN)
-#define Q_EXPORT_CODECS_JP
+#define TQ_EXPORT_CODECS_JP
#else
-#define Q_EXPORT_CODECS_JP TQ_EXPORT
+#define TQ_EXPORT_CODECS_JP TQ_EXPORT
#endif
-class Q_EXPORT_CODECS_JP TQJpUnicodeConv {
+class TQ_EXPORT_CODECS_JP TQJpUnicodeConv {
public:
virtual ~TQJpUnicodeConv() {}
diff --git a/src/codecs/tqsjiscodec.h b/src/codecs/tqsjiscodec.h
index ae9315973..7cce488f4 100644
--- a/src/codecs/tqsjiscodec.h
+++ b/src/codecs/tqsjiscodec.h
@@ -78,12 +78,12 @@
#ifndef TQT_NO_BIG_CODECS
#if defined(QT_PLUGIN)
-#define Q_EXPORT_CODECS_JP
+#define TQ_EXPORT_CODECS_JP
#else
-#define Q_EXPORT_CODECS_JP TQ_EXPORT
+#define TQ_EXPORT_CODECS_JP TQ_EXPORT
#endif
-class Q_EXPORT_CODECS_JP TQSjisCodec : public TQTextCodec {
+class TQ_EXPORT_CODECS_JP TQSjisCodec : public TQTextCodec {
public:
virtual int mibEnum() const;
const char* name() const;
diff --git a/src/kernel/tqsignalslotimp.h b/src/kernel/tqsignalslotimp.h
index 7b170fd18..3b8080766 100644
--- a/src/kernel/tqsignalslotimp.h
+++ b/src/kernel/tqsignalslotimp.h
@@ -68,7 +68,7 @@ public:
#if defined(Q_TEMPLATEDLL) && defined(Q_CC_INTEL)
// MOC_SKIP_BEGIN
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQPtrVector<TQConnectionList>;
-#define Q_EXPORTED_QPTRVECTORCONNECTTIONLIST_TEMPLATES
+#define TQ_EXPORTED_QPTRVECTORCONNECTTIONLIST_TEMPLATES
// MOC_SKIP_END
#endif
diff --git a/src/sql/drivers/mysql/tqsql_mysql.h b/src/sql/drivers/mysql/tqsql_mysql.h
index a0d3ca93b..09211c9aa 100644
--- a/src/sql/drivers/mysql/tqsql_mysql.h
+++ b/src/sql/drivers/mysql/tqsql_mysql.h
@@ -53,9 +53,9 @@
#include <mysql.h>
#ifdef QT_PLUGIN
-#define Q_EXPORT_SQLDRIVER_MYSQL
+#define TQ_EXPORT_SQLDRIVER_MYSQL
#else
-#define Q_EXPORT_SQLDRIVER_MYSQL TQ_EXPORT
+#define TQ_EXPORT_SQLDRIVER_MYSQL TQ_EXPORT
#endif
class TQMYSQLDriverPrivate;
@@ -86,7 +86,7 @@ private:
TQMYSQLResultPrivate* d;
};
-class Q_EXPORT_SQLDRIVER_MYSQL TQMYSQLDriver : public TQSqlDriver
+class TQ_EXPORT_SQLDRIVER_MYSQL TQMYSQLDriver : public TQSqlDriver
{
friend class TQMYSQLResult;
public:
diff --git a/src/sql/drivers/odbc/tqsql_odbc.h b/src/sql/drivers/odbc/tqsql_odbc.h
index 7debb2f85..ff6e33341 100644
--- a/src/sql/drivers/odbc/tqsql_odbc.h
+++ b/src/sql/drivers/odbc/tqsql_odbc.h
@@ -60,9 +60,9 @@
#endif
#ifdef QT_PLUGIN
-#define Q_EXPORT_SQLDRIVER_ODBC
+#define TQ_EXPORT_SQLDRIVER_ODBC
#else
-#define Q_EXPORT_SQLDRIVER_ODBC TQ_EXPORT
+#define TQ_EXPORT_SQLDRIVER_ODBC TQ_EXPORT
#endif
#ifdef Q_OS_UNIX
@@ -107,7 +107,7 @@ private:
NullCache nullCache;
};
-class Q_EXPORT_SQLDRIVER_ODBC TQODBCDriver : public TQSqlDriver
+class TQ_EXPORT_SQLDRIVER_ODBC TQODBCDriver : public TQSqlDriver
{
public:
TQODBCDriver( TQObject * parent=0, const char * name=0 );
diff --git a/src/sql/drivers/psql/tqsql_psql.h b/src/sql/drivers/psql/tqsql_psql.h
index 61f30a581..b2326d312 100644
--- a/src/sql/drivers/psql/tqsql_psql.h
+++ b/src/sql/drivers/psql/tqsql_psql.h
@@ -47,9 +47,9 @@
#include <libpq-fe.h>
#ifdef QT_PLUGIN
-#define Q_EXPORT_SQLDRIVER_PSQL
+#define TQ_EXPORT_SQLDRIVER_PSQL
#else
-#define Q_EXPORT_SQLDRIVER_PSQL TQ_EXPORT
+#define TQ_EXPORT_SQLDRIVER_PSQL TQ_EXPORT
#endif
class TQPSQLPrivate;
@@ -78,7 +78,7 @@ private:
TQPSQLPrivate* d;
};
-class Q_EXPORT_SQLDRIVER_PSQL TQPSQLDriver : public TQSqlDriver
+class TQ_EXPORT_SQLDRIVER_PSQL TQPSQLDriver : public TQSqlDriver
{
public:
enum Protocol {
diff --git a/src/styles/tqcdestyle.h b/src/styles/tqcdestyle.h
index 4b526c8ea..200360bd5 100644
--- a/src/styles/tqcdestyle.h
+++ b/src/styles/tqcdestyle.h
@@ -49,12 +49,12 @@
#if !defined(TQT_NO_STYLE_CDE) || defined(QT_PLUGIN)
#if defined(QT_PLUGIN)
-#define Q_EXPORT_STYLE_CDE
+#define TQ_EXPORT_STYLE_CDE
#else
-#define Q_EXPORT_STYLE_CDE TQ_EXPORT
+#define TQ_EXPORT_STYLE_CDE TQ_EXPORT
#endif
-class Q_EXPORT_STYLE_CDE TQCDEStyle : public TQMotifStyle
+class TQ_EXPORT_STYLE_CDE TQCDEStyle : public TQMotifStyle
{
TQ_OBJECT
public:
diff --git a/src/styles/tqcompactstyle.h b/src/styles/tqcompactstyle.h
index a8b93f092..e0b2337e3 100644
--- a/src/styles/tqcompactstyle.h
+++ b/src/styles/tqcompactstyle.h
@@ -48,12 +48,12 @@
#if !defined(TQT_NO_STYLE_COMPACT) || defined(QT_PLUGIN)
#if defined(QT_PLUGIN)
-#define Q_EXPORT_STYLE_COMPACT
+#define TQ_EXPORT_STYLE_COMPACT
#else
-#define Q_EXPORT_STYLE_COMPACT TQ_EXPORT
+#define TQ_EXPORT_STYLE_COMPACT TQ_EXPORT
#endif
-class Q_EXPORT_STYLE_COMPACT TQCompactStyle : public TQWindowsStyle
+class TQ_EXPORT_STYLE_COMPACT TQCompactStyle : public TQWindowsStyle
{
public:
TQCompactStyle();
diff --git a/src/styles/tqmotifplusstyle.h b/src/styles/tqmotifplusstyle.h
index 049609e9a..3cfca0677 100644
--- a/src/styles/tqmotifplusstyle.h
+++ b/src/styles/tqmotifplusstyle.h
@@ -49,12 +49,12 @@
#if !defined(TQT_NO_STYLE_MOTIFPLUS) || defined(QT_PLUGIN)
#if defined(QT_PLUGIN)
-#define Q_EXPORT_STYLE_MOTIFPLUS
+#define TQ_EXPORT_STYLE_MOTIFPLUS
#else
-#define Q_EXPORT_STYLE_MOTIFPLUS TQ_EXPORT
+#define TQ_EXPORT_STYLE_MOTIFPLUS TQ_EXPORT
#endif
-class Q_EXPORT_STYLE_MOTIFPLUS TQMotifPlusStyle : public TQMotifStyle
+class TQ_EXPORT_STYLE_MOTIFPLUS TQMotifPlusStyle : public TQMotifStyle
{
TQ_OBJECT
diff --git a/src/styles/tqmotifstyle.h b/src/styles/tqmotifstyle.h
index 3b8aac02f..e840de446 100644
--- a/src/styles/tqmotifstyle.h
+++ b/src/styles/tqmotifstyle.h
@@ -50,13 +50,13 @@
class TQPalette;
#if defined(QT_PLUGIN)
-#define Q_EXPORT_STYLE_MOTIF
+#define TQ_EXPORT_STYLE_MOTIF
#else
-#define Q_EXPORT_STYLE_MOTIF TQ_EXPORT
+#define TQ_EXPORT_STYLE_MOTIF TQ_EXPORT
#endif
-class Q_EXPORT_STYLE_MOTIF TQMotifStyle : public TQCommonStyle
+class TQ_EXPORT_STYLE_MOTIF TQMotifStyle : public TQCommonStyle
{
TQ_OBJECT
public:
diff --git a/src/styles/tqplatinumstyle.h b/src/styles/tqplatinumstyle.h
index 74e319f9f..a2028d7c9 100644
--- a/src/styles/tqplatinumstyle.h
+++ b/src/styles/tqplatinumstyle.h
@@ -50,12 +50,12 @@
class TQPalette;
#if defined(QT_PLUGIN)
-#define Q_EXPORT_STYLE_PLATINUM
+#define TQ_EXPORT_STYLE_PLATINUM
#else
-#define Q_EXPORT_STYLE_PLATINUM TQ_EXPORT
+#define TQ_EXPORT_STYLE_PLATINUM TQ_EXPORT
#endif
-class Q_EXPORT_STYLE_PLATINUM TQPlatinumStyle : public TQWindowsStyle
+class TQ_EXPORT_STYLE_PLATINUM TQPlatinumStyle : public TQWindowsStyle
{
TQ_OBJECT
public:
diff --git a/src/styles/tqsgistyle.h b/src/styles/tqsgistyle.h
index 9a28713f1..bd129ac53 100644
--- a/src/styles/tqsgistyle.h
+++ b/src/styles/tqsgistyle.h
@@ -50,14 +50,14 @@
#if !defined(TQT_NO_STYLE_SGI) || defined(QT_PLUGIN)
#if defined(QT_PLUGIN)
-#define Q_EXPORT_STYLE_SGI
+#define TQ_EXPORT_STYLE_SGI
#else
-#define Q_EXPORT_STYLE_SGI TQ_EXPORT
+#define TQ_EXPORT_STYLE_SGI TQ_EXPORT
#endif
class TQSGIStylePrivate;
-class Q_EXPORT_STYLE_SGI TQSGIStyle: public TQMotifStyle
+class TQ_EXPORT_STYLE_SGI TQSGIStyle: public TQMotifStyle
{
TQ_OBJECT
public:
diff --git a/src/styles/tqwindowsstyle.h b/src/styles/tqwindowsstyle.h
index 268ae7850..1258a9ee5 100644
--- a/src/styles/tqwindowsstyle.h
+++ b/src/styles/tqwindowsstyle.h
@@ -48,13 +48,13 @@
#if !defined(TQT_NO_STYLE_WINDOWS) || defined(QT_PLUGIN)
#if defined(QT_PLUGIN)
-#define Q_EXPORT_STYLE_WINDOWS
+#define TQ_EXPORT_STYLE_WINDOWS
#else
-#define Q_EXPORT_STYLE_WINDOWS TQ_EXPORT
+#define TQ_EXPORT_STYLE_WINDOWS TQ_EXPORT
#endif
-class Q_EXPORT_STYLE_WINDOWS TQWindowsStyle : public TQCommonStyle
+class TQ_EXPORT_STYLE_WINDOWS TQWindowsStyle : public TQCommonStyle
{
TQ_OBJECT
public:
diff --git a/src/tools/tqcom_p.h b/src/tools/tqcom_p.h
index 1c8319610..f1e8e99a7 100644
--- a/src/tools/tqcom_p.h
+++ b/src/tools/tqcom_p.h
@@ -272,7 +272,7 @@ public: \
ulong addRef() {return qtrefcount++;} \
ulong release() {if(!--qtrefcount){delete this;return 0;}return qtrefcount;}
-#ifndef Q_EXPORT_COMPONENT
+#ifndef TQ_EXPORT_COMPONENT
#if defined(TQT_THREAD_SUPPORT)
#define QT_THREADED_BUILD 1
#define Q_UCM_FLAGS_STRING "11"
@@ -312,21 +312,21 @@ public: \
#endif // Q_CREATE_INSTANCE
# ifdef TQ_WS_WIN
-# define Q_EXPORT_COMPONENT() \
+# define TQ_EXPORT_COMPONENT() \
Q_UCM_VERIFICATION_DATA \
TQ_EXTERN_C __declspec(dllexport) \
const char *qt_ucm_query_verification_data() \
{ return qt_ucm_verification_data; } \
TQ_EXTERN_C TQ_EXPORT __declspec(dllexport) TQUnknownInterface* ucm_instantiate()
# else
-# define Q_EXPORT_COMPONENT() \
+# define TQ_EXPORT_COMPONENT() \
Q_UCM_VERIFICATION_DATA \
TQ_EXTERN_C \
const char *qt_ucm_query_verification_data() \
{ return qt_ucm_verification_data; } \
TQ_EXTERN_C TQ_EXPORT TQUnknownInterface* ucm_instantiate()
# endif
-# define Q_EXPORT_INTERFACE() Q_EXPORT_COMPONENT()
+# define TQ_EXPORT_INTERFACE() TQ_EXPORT_COMPONENT()
#endif
#endif //TQT_NO_COMPONENT
diff --git a/src/tools/tqwinexport.cpp b/src/tools/tqwinexport.cpp
index d1a2bce22..87639706a 100644
--- a/src/tools/tqwinexport.cpp
+++ b/src/tools/tqwinexport.cpp
@@ -1,4 +1,4 @@
-#define Q_EXPORT_TEMPLATES
+#define TQ_EXPORT_TEMPLATES
#include <tqcanvas.h>
#include <tqaccessible.h>
diff --git a/src/tools/tqwinexport.h b/src/tools/tqwinexport.h
index 2b56b294b..86a66daf8 100644
--- a/src/tools/tqwinexport.h
+++ b/src/tools/tqwinexport.h
@@ -36,161 +36,161 @@
**
**********************************************************************/
-#if defined(Q_TEMPLATEDLL) && ( !defined(QT_MAKEDLL) || defined(Q_EXPORT_TEMPLATES) )
+#if defined(Q_TEMPLATEDLL) && ( !defined(QT_MAKEDLL) || defined(TQ_EXPORT_TEMPLATES) )
// MOC_SKIP_BEGIN
-#if defined(Q_DEFINED_QASCIIDICT) && defined(Q_DEFINED_QCONNECTION_LIST) && !defined(Q_EXPORTED_QASCIIDICT_TEMPLATES)
-#define Q_EXPORTED_QASCIIDICT_TEMPLATES
+#if defined(Q_DEFINED_QASCIIDICT) && defined(Q_DEFINED_QCONNECTION_LIST) && !defined(TQ_EXPORTED_QASCIIDICT_TEMPLATES)
+#define TQ_EXPORTED_QASCIIDICT_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQAsciiDictIterator<TQConnectionList>;
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQAsciiDict<TQConnectionList>;
#endif
-#if defined(Q_DEFINED_QSTYLESHEET) && defined(Q_DEFINED_QDICT) && !defined(Q_EXPORTED_QSTYLESHEET_TEMPLATES)
-#define Q_EXPORTED_QSTYLESHEET_TEMPLATES
+#if defined(Q_DEFINED_QSTYLESHEET) && defined(Q_DEFINED_QDICT) && !defined(TQ_EXPORTED_QSTYLESHEET_TEMPLATES)
+#define TQ_EXPORTED_QSTYLESHEET_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQDict<TQStyleSheetItem>;
#endif
-#if defined(Q_DEFINED_QLIBRARY) && defined(Q_DEFINED_QDICT) && !defined(Q_EXPORTED_QDICTLIBRARY_TEMPLATES)
-#define Q_EXPORTED_QDICTLIBRARY_TEMPLATES
+#if defined(Q_DEFINED_QLIBRARY) && defined(Q_DEFINED_QDICT) && !defined(TQ_EXPORTED_QDICTLIBRARY_TEMPLATES)
+#define TQ_EXPORTED_QDICTLIBRARY_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQDict<TQLibrary>; // for TQtopia
#endif
-#if defined(Q_DEFINED_QGUARDEDPTR) && defined(Q_DEFINED_QOBJECT) && !defined(Q_EXPORTED_QGUARDEDPTROBJECT_TEMPLATES)
-#define Q_EXPORTED_QGUARDEDPTROBJECT_TEMPLATES
+#if defined(Q_DEFINED_QGUARDEDPTR) && defined(Q_DEFINED_QOBJECT) && !defined(TQ_EXPORTED_QGUARDEDPTROBJECT_TEMPLATES)
+#define TQ_EXPORTED_QGUARDEDPTROBJECT_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQGuardedPtr<TQObject>;
#endif
// needed for TQtopia
-#if defined(Q_DEFINED_QGUARDEDPTR) && defined(Q_DEFINED_QWIDGET) && !defined(Q_EXPORTED_QGUARDEDPTRTQWIDGET_TEMPLATES)
-#define Q_EXPORTED_QGUARDEDPTRTQWIDGET_TEMPLATES
+#if defined(Q_DEFINED_QGUARDEDPTR) && defined(Q_DEFINED_QWIDGET) && !defined(TQ_EXPORTED_QGUARDEDPTRTQWIDGET_TEMPLATES)
+#define TQ_EXPORTED_QGUARDEDPTRTQWIDGET_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQGuardedPtr<TQWidget>;
#endif
-#if defined(Q_DEFINED_QGUARDEDPTR) && defined(Q_DEFINED_QACCESSIBLE_OBJECT) && !defined(Q_EXPORTED_QACCESSIBLEOBJECT_TEMPLATES)
-#define Q_EXPORTED_QACCESSIBLEOBJECT_TEMPLATES
+#if defined(Q_DEFINED_QGUARDEDPTR) && defined(Q_DEFINED_QACCESSIBLE_OBJECT) && !defined(TQ_EXPORTED_QACCESSIBLEOBJECT_TEMPLATES)
+#define TQ_EXPORTED_QACCESSIBLEOBJECT_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQGuardedPtr<TQAccessibleObject>;
#endif
-#if defined(Q_DEFINED_QINTDICT) && !defined(Q_EXPORTED_QINTDICT_TEMPLATES)
-#define Q_EXPORTED_QINTDICT_TEMPLATES
+#if defined(Q_DEFINED_QINTDICT) && !defined(TQ_EXPORTED_QINTDICT_TEMPLATES)
+#define TQ_EXPORTED_QINTDICT_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQIntDict<int>;
#endif
-#if defined(Q_DEFINED_QINTDICT) && defined(Q_DEFINED_QWIDGET) && !defined(Q_EXPORTED__TEMPLATES)
-#define Q_EXPORTED__TEMPLATES
+#if defined(Q_DEFINED_QINTDICT) && defined(Q_DEFINED_QWIDGET) && !defined(TQ_EXPORTED__TEMPLATES)
+#define TQ_EXPORTED__TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQIntDictIterator<TQWidget>;
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQIntDict<TQWidget>;
#endif
-#if defined(Q_DEFINED_QMAP) && !defined(Q_EXPORTED_QMAPBASIC_TEMPLATES)
-#define Q_EXPORTED_QMAPBASIC_TEMPLATES
+#if defined(Q_DEFINED_QMAP) && !defined(TQ_EXPORTED_QMAPBASIC_TEMPLATES)
+#define TQ_EXPORTED_QMAPBASIC_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQMap<int, int>; // for TQtopia
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQMap<int, bool>; // for TQtopia
#endif
-#if defined(Q_DEFINED_QMAP) && defined(Q_DEFINED_QSTRING) && !defined(Q_EXPORTED_QMAPTQSTRING_TEMPLATES)
-#define Q_EXPORTED_QMAPTQSTRING_TEMPLATES
+#if defined(Q_DEFINED_QMAP) && defined(Q_DEFINED_QSTRING) && !defined(TQ_EXPORTED_QMAPTQSTRING_TEMPLATES)
+#define TQ_EXPORTED_QMAPTQSTRING_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQMap<TQString, TQString>;
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQMap<TQString, int>; // for TQtopia
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQMap<int, TQString>; // for TQtopia
#endif
-#if defined(Q_DEFINED_QMEMARRAY) && !defined(Q_EXPORTED_QMEMARRAY_BASIC_TEMPLATES)
-#define Q_EXPORTED_QMEMARRAY_BASIC_TEMPLATES
+#if defined(Q_DEFINED_QMEMARRAY) && !defined(TQ_EXPORTED_QMEMARRAY_BASIC_TEMPLATES)
+#define TQ_EXPORTED_QMEMARRAY_BASIC_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQMemArray<int>;
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQMemArray<bool>;
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQMemArray<char>;
#endif
-#if defined(Q_DEFINED_QMEMARRAY) && defined(Q_DEFINED_QPOINT) && !defined(Q_EXPORTED_QMEMARAYPOINT_TEMPLATES)
-#define Q_EXPORTED_QMEMARAYPOINT_TEMPLATES
+#if defined(Q_DEFINED_QMEMARRAY) && defined(Q_DEFINED_QPOINT) && !defined(TQ_EXPORTED_QMEMARAYPOINT_TEMPLATES)
+#define TQ_EXPORTED_QMEMARAYPOINT_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQMemArray<TQPoint>;
#endif
-#if defined(Q_DEFINED_QPTRLIST) && !defined(Q_EXPORTED_QPTRLIST_BASIC_TEMPLATES)
-#define Q_EXPORTED_QPTRLIST_BASIC_TEMPLATES
+#if defined(Q_DEFINED_QPTRLIST) && !defined(TQ_EXPORTED_QPTRLIST_BASIC_TEMPLATES)
+#define TQ_EXPORTED_QPTRLIST_BASIC_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQPtrListIterator<char>;
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQPtrList<char>;
#endif
-#if defined(Q_DEFINED_QPTRLIST) && defined(Q_DEFINED_QWIDGET) && !defined(Q_EXPORTED_QPTRLISTWIDGET_TEMPLATES)
-#define Q_EXPORTED_QPTRLISTWIDGET_TEMPLATES
+#if defined(Q_DEFINED_QPTRLIST) && defined(Q_DEFINED_QWIDGET) && !defined(TQ_EXPORTED_QPTRLISTWIDGET_TEMPLATES)
+#define TQ_EXPORTED_QPTRLISTWIDGET_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQPtrListIterator<TQWidget>;
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQPtrList<TQWidget>;
#endif
-#if defined(Q_DEFINED_QPTRLIST) && defined(Q_DEFINED_QCONNECTION) && !defined(Q_EXPORTED_QPTRLISTCONNECTION_TEMPLATES)
-#define Q_EXPORTED_QPTRLISTCONNECTION_TEMPLATES
+#if defined(Q_DEFINED_QPTRLIST) && defined(Q_DEFINED_QCONNECTION) && !defined(TQ_EXPORTED_QPTRLISTCONNECTION_TEMPLATES)
+#define TQ_EXPORTED_QPTRLISTCONNECTION_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQPtrListIterator<TQConnection>;
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQPtrList<TQConnection>;
#endif
-#if defined(Q_DEFINED_QPTRLIST) && defined(Q_DEFINED_QOBJECT) && !defined(Q_EXPORTED_QPTRLISTOBJECT_TEMPLATES)
-#define Q_EXPORTED_QPTRLISTOBJECT_TEMPLATES
+#if defined(Q_DEFINED_QPTRLIST) && defined(Q_DEFINED_QOBJECT) && !defined(TQ_EXPORTED_QPTRLISTOBJECT_TEMPLATES)
+#define TQ_EXPORTED_QPTRLISTOBJECT_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQPtrListIterator<TQObject>;
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQPtrList<TQObject>;
#endif
-#if defined(Q_DEFINED_QPTRLIST) && defined(Q_DEFINED_QDOCKWINDOW) && !defined(Q_EXPORTED_QPTRLISTDOCWINDOW_TEMPLATES)
-#define Q_EXPORTED_QPTRLISTDOCWINDOW_TEMPLATES
+#if defined(Q_DEFINED_QPTRLIST) && defined(Q_DEFINED_QDOCKWINDOW) && !defined(TQ_EXPORTED_QPTRLISTDOCWINDOW_TEMPLATES)
+#define TQ_EXPORTED_QPTRLISTDOCWINDOW_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQPtrListIterator<TQDockWindow>;
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQPtrList<TQDockWindow>;
#endif
-#if defined(Q_DEFINED_QPTRVECTOR) && !defined(Q_EXPORTED_QPTRVECTOR_BASIC_TEMPLATES)
-#define Q_EXPORTED_QPTRVECTOR_BASIC_TEMPLATES
+#if defined(Q_DEFINED_QPTRVECTOR) && !defined(TQ_EXPORTED_QPTRVECTOR_BASIC_TEMPLATES)
+#define TQ_EXPORTED_QPTRVECTOR_BASIC_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQPtrVector<int>;
#endif
-#if defined(Q_DEFINED_QPTRVECTOR) && defined(Q_DEFINED_QSTYLESHEET) && !defined(Q_EXPORTED_QPTRVECTORSTYLESHEETITEM_TEMPLATES)
-#define Q_EXPORTED_QPTRVECTORSTYLESHEETITEM_TEMPLATES
+#if defined(Q_DEFINED_QPTRVECTOR) && defined(Q_DEFINED_QSTYLESHEET) && !defined(TQ_EXPORTED_QPTRVECTORSTYLESHEETITEM_TEMPLATES)
+#define TQ_EXPORTED_QPTRVECTORSTYLESHEETITEM_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQPtrVector<TQStyleSheetItem>;
#endif
-#if defined(Q_DEFINED_QPTRVECTOR) && defined(Q_DEFINED_QWIDGET) && !defined(Q_EXPORTED_QPTRVECTORWIDGET_TEMPLATES)
-#define Q_EXPORTED_QPTRVECTORWIDGET_TEMPLATES
+#if defined(Q_DEFINED_QPTRVECTOR) && defined(Q_DEFINED_QWIDGET) && !defined(TQ_EXPORTED_QPTRVECTORWIDGET_TEMPLATES)
+#define TQ_EXPORTED_QPTRVECTORWIDGET_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQPtrVector<TQWidget>;
#endif
-#if defined(Q_DEFINED_QPTRVECTOR) && defined(Q_DEFINED_QCONNECTION_LIST) && !defined(Q_EXPORTED_QPTRVECTORCONNECTTIONLIST_TEMPLATES)
-#define Q_EXPORTED_QPTRVECTORCONNECTTIONLIST_TEMPLATES
+#if defined(Q_DEFINED_QPTRVECTOR) && defined(Q_DEFINED_QCONNECTION_LIST) && !defined(TQ_EXPORTED_QPTRVECTORCONNECTTIONLIST_TEMPLATES)
+#define TQ_EXPORTED_QPTRVECTORCONNECTTIONLIST_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQPtrVector<TQConnectionList>;
#endif
-#if defined(Q_DEFINED_QVALUELIST) && !defined(Q_EXPORTED_QVALUELIST_BASIC_TEMPLATES)
-#define Q_EXPORTED_QVALUELIST_BASIC_TEMPLATES
+#if defined(Q_DEFINED_QVALUELIST) && !defined(TQ_EXPORTED_QVALUELIST_BASIC_TEMPLATES)
+#define TQ_EXPORTED_QVALUELIST_BASIC_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQValueListIterator<bool>;
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQValueList<bool>;
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQValueListIterator<int>;
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQValueList<int>;
#endif
-#if defined(Q_DEFINED_QVALUELIST) && defined(Q_DEFINED_QRECT) && !defined(Q_EXPORTED_QVALUELISTRECT_TEMPLATES)
-#define Q_EXPORTED_QVALUELISTRECT_TEMPLATES
+#if defined(Q_DEFINED_QVALUELIST) && defined(Q_DEFINED_QRECT) && !defined(TQ_EXPORTED_QVALUELISTRECT_TEMPLATES)
+#define TQ_EXPORTED_QVALUELISTRECT_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQValueListIterator<TQRect>;
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQValueList<TQRect>;
#endif
-#if defined(Q_DEFINED_QVALUELIST) && defined(Q_DEFINED_QSTRING) && !defined(Q_EXPORTED_QVALUELISTSTRING_TEMPLATES)
-#define Q_EXPORTED_QVALUELISTSTRING_TEMPLATES
+#if defined(Q_DEFINED_QVALUELIST) && defined(Q_DEFINED_QSTRING) && !defined(TQ_EXPORTED_QVALUELISTSTRING_TEMPLATES)
+#define TQ_EXPORTED_QVALUELISTSTRING_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQValueListIterator<TQString>;
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQValueList<TQString>;
#endif
// TQStylesheet template exports
-#if defined(Q_DEFINED_QVALUELIST) && defined(Q_DEFINED_QPTRVECTOR) && defined(Q_DEFINED_QSTYLESHEET) && !defined(Q_EXPORTED_QSTYLESHEETITEM1_TEMPLATES)
-#define Q_EXPORTED_QSTYLESHEETITEM1_TEMPLATES
+#if defined(Q_DEFINED_QVALUELIST) && defined(Q_DEFINED_QPTRVECTOR) && defined(Q_DEFINED_QSTYLESHEET) && !defined(TQ_EXPORTED_QSTYLESHEETITEM1_TEMPLATES)
+#define TQ_EXPORTED_QSTYLESHEETITEM1_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQValueList< TQPtrVector< TQStyleSheetItem> >;
#endif
-#if defined(Q_DEFINED_QVALUELIST) && defined(Q_DEFINED_QSTYLESHEET) && !defined(Q_EXPORTED_QSTYLESHEETITEM2_TEMPLATES)
-#define Q_EXPORTED_QSTYLESHEETITEM2_TEMPLATES
+#if defined(Q_DEFINED_QVALUELIST) && defined(Q_DEFINED_QSTYLESHEET) && !defined(TQ_EXPORTED_QSTYLESHEETITEM2_TEMPLATES)
+#define TQ_EXPORTED_QSTYLESHEETITEM2_TEMPLATES
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQValueList<TQStyleSheetItem::ListStyle>;
#endif
// tqcanvas template exports
-#if defined(Q_DEFINED_QPTRLIST) && defined(Q_DEFINED_QCANVAS) && !defined(Q_EXPORTED_QCANVAS1_TEMPLATES)
-#define Q_EXPORTED_QCANVAS1_TEMPLATES
+#if defined(Q_DEFINED_QPTRLIST) && defined(Q_DEFINED_QCANVAS) && !defined(TQ_EXPORTED_QCANVAS1_TEMPLATES)
+#define TQ_EXPORTED_QCANVAS1_TEMPLATES
TQM_TEMPLATE_EXTERN_CANVAS template class TQM_EXPORT_CANVAS TQPtrListIterator< TQCanvasItem >;
TQM_TEMPLATE_EXTERN_CANVAS template class TQM_EXPORT_CANVAS TQPtrList< TQCanvasItem >;
TQM_TEMPLATE_EXTERN_CANVAS template class TQM_EXPORT_CANVAS TQPtrListIterator< TQCanvasView >;
@@ -198,13 +198,13 @@ TQM_TEMPLATE_EXTERN_CANVAS template class TQM_EXPORT_CANVAS TQPtrList< TQCanvasV
#endif
// tqtable template exports
-#if defined(Q_DEFINED_QPTRLIST) && defined(Q_DEFINED_QTABLE_SELECTION) && !defined(Q_EXPORTED_QTABLESELECTION_TEMPLATES)
-#define Q_EXPORTED_QTABLESELECTION_TEMPLATES
+#if defined(Q_DEFINED_QPTRLIST) && defined(Q_DEFINED_QTABLE_SELECTION) && !defined(TQ_EXPORTED_QTABLESELECTION_TEMPLATES)
+#define TQ_EXPORTED_QTABLESELECTION_TEMPLATES
TQM_TEMPLATE_EXTERN_TABLE template class TQM_EXPORT_TABLE TQPtrList<TQTableSelection>;
#endif
-#if defined(Q_DEFINED_QTABLE_ITEM) && defined(Q_DEFINED_QPTRVECTOR) && !defined(Q_EXPORTED_QTABLEITEM_TEMPLATES)
-#define Q_EXPORTED_QTABLEITEM_TEMPLATES
+#if defined(Q_DEFINED_QTABLE_ITEM) && defined(Q_DEFINED_QPTRVECTOR) && !defined(TQ_EXPORTED_QTABLEITEM_TEMPLATES)
+#define TQ_EXPORTED_QTABLEITEM_TEMPLATES
TQM_TEMPLATE_EXTERN_TABLE template class TQM_EXPORT_TABLE TQPtrVector<TQTableItem>;
#endif
@@ -213,8 +213,8 @@ TQM_TEMPLATE_EXTERN_TABLE template class TQM_EXPORT_TABLE TQPtrVector<TQTableIte
#endif
// tqsqlextension template exports
-#if defined(Q_DEFINED_QSQLEXTENSION) && defined(Q_DEFINED_QMAP) && defined(Q_DEFINED_QVALUEVECTOR) && defined(Q_DEFINED_QSTRING) && !defined(Q_EXPORTED_QSQLEXTENSION_TEMPLATES)
-#define Q_EXPORTED_QSQLEXTENSION_TEMPLATES
+#if defined(Q_DEFINED_QSQLEXTENSION) && defined(Q_DEFINED_QMAP) && defined(Q_DEFINED_QVALUEVECTOR) && defined(Q_DEFINED_QSTRING) && !defined(TQ_EXPORTED_QSQLEXTENSION_TEMPLATES)
+#define TQ_EXPORTED_QSQLEXTENSION_TEMPLATES
TQM_TEMPLATE_EXTERN_SQL template class TQM_EXPORT_SQL TQMap<TQString,TQSqlParam>;
TQM_TEMPLATE_EXTERN_SQL template class TQM_EXPORT_SQL TQValueVector<Holder>;
#endif