diff options
Diffstat (limited to 'src/libgui/text_editor.h')
-rw-r--r-- | src/libgui/text_editor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libgui/text_editor.h b/src/libgui/text_editor.h index d5c90c5..97704a6 100644 --- a/src/libgui/text_editor.h +++ b/src/libgui/text_editor.h @@ -25,7 +25,7 @@ class TQSplitter; class TextEditor : public Editor { Q_OBJECT - TQ_OBJECT + public: TextEditor(bool withDebugger, TQWidget *parent, const char *name = 0); virtual PURL::FileType fileType() const { return url().fileType(); } @@ -84,7 +84,7 @@ private: class SimpleTextEditor : public TextEditor { Q_OBJECT - TQ_OBJECT + public: SimpleTextEditor(bool withDebugger, PURL::FileType type, TQWidget *parent, const char *name = 0); SimpleTextEditor(bool withDebugger, TQWidget *parent, const char *name = 0); |