diff options
Diffstat (limited to 'src/kernel/ntqinputcontext.h')
-rw-r--r-- | src/kernel/ntqinputcontext.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/ntqinputcontext.h b/src/kernel/ntqinputcontext.h index cc3eafae9..4eaddb8ed 100644 --- a/src/kernel/ntqinputcontext.h +++ b/src/kernel/ntqinputcontext.h @@ -43,7 +43,7 @@ #include "ntqglobal.h" #include "ntqevent.h" #include "ntqstring.h" -#if (QT_VERSION-0 >= 0x040000) +#if (TQT_VERSION-0 >= 0x040000) #include "ntqlist.h" #include "ntqaction.h" #else @@ -62,7 +62,7 @@ struct TQInputContextMenu { NoSeparator, InsertSeparator }; -#if !(QT_VERSION-0 >= 0x040000) +#if !(TQT_VERSION-0 >= 0x040000) TQString title; TQPopupMenu *popup; #endif @@ -71,7 +71,7 @@ struct TQInputContextMenu { class TQInputContext : public TQObject { - Q_OBJECT + TQ_OBJECT public: TQInputContext( TQObject *parent = 0 ); virtual ~TQInputContext(); @@ -94,7 +94,7 @@ public: virtual bool isComposing() const; virtual bool isPreeditRelocationEnabled(); -#if (QT_VERSION-0 >= 0x040000) +#if (TQT_VERSION-0 >= 0x040000) virtual TQList<TQAction *> actions(); void addActionsTo( TQMenu *menu, TQInputContextMenu::Action action = TQInputContextMenu::InsertSeparator ); #else |