From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- src/kernel/ntqobjectdefs.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/kernel/ntqobjectdefs.h') diff --git a/src/kernel/ntqobjectdefs.h b/src/kernel/ntqobjectdefs.h index 3b4b71e1d..d9b18722e 100644 --- a/src/kernel/ntqobjectdefs.h +++ b/src/kernel/ntqobjectdefs.h @@ -49,17 +49,17 @@ #ifndef QT_NO_TRANSLATION # ifndef QT_NO_TEXTCODEC // full set of tr functions -# define QT_TR_FUNCTIONS \ +# define TQT_TR_FUNCTIONS \ static TQString tr( const char *, const char * = 0 ); \ static TQString trUtf8( const char *, const char * = 0 ); # else // no TQTextCodec, no utf8 -# define QT_TR_FUNCTIONS \ +# define TQT_TR_FUNCTIONS \ static TQString tr( const char *, const char * = 0 ); # endif #else // inherit the ones from TQObject -# define QT_TR_FUNCTIONS +# define TQT_TR_FUNCTIONS #endif #ifndef QT_NO_PROPERTIES @@ -82,10 +82,10 @@ struct TQUObject; #define Q_OVERRIDE( text ) Q_OVERRIDE( text ) #define Q_ENUMS( x ) Q_ENUMS( x ) #define Q_SETS( x ) Q_SETS( x ) - /* tmake ignore Q_OBJECT */ -#define Q_OBJECT Q_OBJECT - /* tmake ignore Q_OBJECT */ -#define Q_OBJECT_FAKE Q_OBJECT_FAKE + /* tmake ignore TQ_OBJECT */ +#define TQ_OBJECT TQ_OBJECT + /* tmake ignore TQ_OBJECT */ +#define TQ_OBJECT_FAKE TQ_OBJECT_FAKE #else #define slots // slots: in class @@ -99,8 +99,8 @@ struct TQUObject; #define Q_ENUMS( x ) #define Q_SETS( x ) -/* tmake ignore Q_OBJECT */ -#define Q_OBJECT \ +/* tmake ignore TQ_OBJECT */ +#define TQ_OBJECT \ public: \ virtual TQMetaObject *metaObject() const { \ return staticMetaObject(); \ @@ -112,12 +112,12 @@ public: \ QT_PROP_FUNCTIONS \ static TQMetaObject* staticMetaObject(); \ TQObject* qObject() { return (TQObject*)this; } \ - QT_TR_FUNCTIONS \ + TQT_TR_FUNCTIONS \ private: \ static TQMetaObject *metaObj; -/* tmake ignore Q_OBJECT */ -#define Q_OBJECT_FAKE Q_OBJECT +/* tmake ignore TQ_OBJECT */ +#define TQ_OBJECT_FAKE TQ_OBJECT #endif -- cgit v1.2.1