diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:43 -0600 |
commit | 08c6ddb04bc1febeedd0f76aff43ea2a6397234c (patch) | |
tree | 0d8c0fa5412f0b643be313d9a3e14b7055648908 /src/codeeditor.h | |
parent | 4708fa52763ff84b9391e9038b3c5e6e17a75aaa (diff) | |
download | kpicosim-08c6ddb04bc1febeedd0f76aff43ea2a6397234c.tar.gz kpicosim-08c6ddb04bc1febeedd0f76aff43ea2a6397234c.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/codeeditor.h')
-rwxr-xr-x | src/codeeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codeeditor.h b/src/codeeditor.h index db90ad8..0bfbd09 100755 --- a/src/codeeditor.h +++ b/src/codeeditor.h @@ -28,7 +28,7 @@ class CodeEditor : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CodeEditor(TQWidget *parent = 0, const char *name = 0); ~CodeEditor(); |