summaryrefslogtreecommitdiffstats
path: root/qt/qextscintillabase.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 01:52:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 01:52:03 -0600
commit3997cae1995ebcd9ef771882dfec196de21810d9 (patch)
tree292f270969c6063e90c0cf393db4b219ec4dab6c /qt/qextscintillabase.h
parent3bb71d188c7584740f050a940d25df51ca84bc0a (diff)
downloadtqscintilla-3997cae1995ebcd9ef771882dfec196de21810d9.tar.gz
tqscintilla-3997cae1995ebcd9ef771882dfec196de21810d9.zip
Enable tqt3 compilation by converting Q_OBJECT TQ_OBJECT
This breaks qt3 compilation due to qmake problems
Diffstat (limited to 'qt/qextscintillabase.h')
-rw-r--r--qt/qextscintillabase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qextscintillabase.h b/qt/qextscintillabase.h
index 0bf4eb3..fea745d 100644
--- a/qt/qextscintillabase.h
+++ b/qt/qextscintillabase.h
@@ -55,7 +55,7 @@ class TQPixmap;
//! consistent with the rest of the TQt toolkit.
class TQEXTSCINTILLA_EXPORT QextScintillaBase : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public: