summaryrefslogtreecommitdiffstats
path: root/src/codeeditor.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:43 -0600
commit08c6ddb04bc1febeedd0f76aff43ea2a6397234c (patch)
tree0d8c0fa5412f0b643be313d9a3e14b7055648908 /src/codeeditor.h
parent4708fa52763ff84b9391e9038b3c5e6e17a75aaa (diff)
downloadkpicosim-08c6ddb04bc1febeedd0f76aff43ea2a6397234c.tar.gz
kpicosim-08c6ddb04bc1febeedd0f76aff43ea2a6397234c.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/codeeditor.h')
-rwxr-xr-xsrc/codeeditor.h2
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();