diff options
Diffstat (limited to 'src/kernel/ntqobjectdefs.h')
-rw-r--r-- | src/kernel/ntqobjectdefs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/ntqobjectdefs.h b/src/kernel/ntqobjectdefs.h index 43cd84cfb..4e2fbddfa 100644 --- a/src/kernel/ntqobjectdefs.h +++ b/src/kernel/ntqobjectdefs.h @@ -47,7 +47,7 @@ #ifndef TQT_NO_TRANSLATION -# ifndef QT_NO_TEXTCODEC +# ifndef TQT_NO_TEXTCODEC // full set of tr functions # define TQT_TR_FUNCTIONS \ static TQString tr( const char *, const char * = 0 ); \ @@ -62,7 +62,7 @@ # define TQT_TR_FUNCTIONS #endif -#ifndef QT_NO_PROPERTIES +#ifndef TQT_NO_PROPERTIES # define QT_PROP_FUNCTIONS \ virtual bool tqt_property( int id, int f, TQVariant* v); \ static bool tqt_static_property( TQObject* , int, int, TQVariant* ); @@ -90,7 +90,7 @@ struct TQUObject; #else #define slots // slots: in class #define signals protected // signals: in class -#ifndef QT_NO_EMIT +#ifndef TQT_NO_EMIT #define emit // emit signal #endif #define TQ_CLASSINFO( name, value ) // class info |