diff options
Diffstat (limited to 'kivio/plugins/kiviotexttool/stenciltexteditor.h')
-rw-r--r-- | kivio/plugins/kiviotexttool/stenciltexteditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kivio/plugins/kiviotexttool/stenciltexteditor.h b/kivio/plugins/kiviotexttool/stenciltexteditor.h index 7f61c5aa..cfe427b7 100644 --- a/kivio/plugins/kiviotexttool/stenciltexteditor.h +++ b/kivio/plugins/kiviotexttool/stenciltexteditor.h @@ -34,7 +34,7 @@ class StencilTextEditorUI; class StencilTextEditor : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: StencilTextEditor(const TQString& caption, TQWidget *parent = 0, const char *name = 0); ~StencilTextEditor(); |