summaryrefslogtreecommitdiffstats
path: root/kommander/editor/multilineeditorimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/multilineeditorimpl.h')
-rw-r--r--kommander/editor/multilineeditorimpl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kommander/editor/multilineeditorimpl.h b/kommander/editor/multilineeditorimpl.h
index a5d48479..6881283c 100644
--- a/kommander/editor/multilineeditorimpl.h
+++ b/kommander/editor/multilineeditorimpl.h
@@ -32,7 +32,7 @@ class MultiLineEditor : public MultiLineEditorBase
TQ_OBJECT
public:
- MultiLineEditor( TQWidget *tqparent, TQWidget *editWidget, FormWindow *fw );
+ MultiLineEditor( TQWidget *parent, TQWidget *editWidget, FormWindow *fw );
protected slots:
void okClicked();
@@ -50,9 +50,9 @@ class TextEditor : public MultiLineEditorBase
TQ_OBJECT
public:
- TextEditor( TQWidget *tqparent, const TQString &text );
+ TextEditor( TQWidget *parent, const TQString &text );
- static TQString getText( TQWidget *tqparent, const TQString &text );
+ static TQString getText( TQWidget *parent, const TQString &text );
protected slots:
void okClicked();