diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:02:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:02:37 -0600 |
commit | 3bb71d188c7584740f050a940d25df51ca84bc0a (patch) | |
tree | f4a5ebf6d2ec0ff9ab676f013a8beefeb1e0ab23 /example | |
parent | bbc80561c4a43b82c87c641483f8dc2aa507afac (diff) | |
download | tqscintilla-3bb71d188c7584740f050a940d25df51ca84bc0a.tar.gz tqscintilla-3bb71d188c7584740f050a940d25df51ca84bc0a.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'example')
-rw-r--r-- | example/application.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/application.h b/example/application.h index a04ed15..3905785 100644 --- a/example/application.h +++ b/example/application.h @@ -19,7 +19,7 @@ class QextScintillaPrinter; class ApplicationWindow: public TQMainWindow { Q_OBJECT - TQ_OBJECT + public: ApplicationWindow(); |