summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqinputcontext.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
commit359640943bcf155faa9a067dde9e00a123276290 (patch)
treefb3d55ea5e18949042fb0064123fb73d2b1eb932 /src/kernel/ntqinputcontext.h
parenta829bcdc533e154000803d517200d32fe762e85c (diff)
downloadtqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz
tqt3-359640943bcf155faa9a067dde9e00a123276290.zip
Automated update from Qt3
Diffstat (limited to 'src/kernel/ntqinputcontext.h')
-rw-r--r--src/kernel/ntqinputcontext.h8
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