diff options
Diffstat (limited to 'kommander/editor/multilineeditorimpl.h')
-rw-r--r-- | kommander/editor/multilineeditorimpl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kommander/editor/multilineeditorimpl.h b/kommander/editor/multilineeditorimpl.h index 16314b2a..0f6ff96a 100644 --- a/kommander/editor/multilineeditorimpl.h +++ b/kommander/editor/multilineeditorimpl.h @@ -31,14 +31,14 @@ class MultiLineEditor : public MultiLineEditorBase Q_OBJECT public: - MultiLineEditor( QWidget *parent, QWidget *editWidget, FormWindow *fw ); + MultiLineEditor( TQWidget *parent, TQWidget *editWidget, FormWindow *fw ); protected slots: void okClicked(); void applyClicked(); private: - QMultiLineEdit *mlined; + TQMultiLineEdit *mlined; FormWindow *formwindow; }; @@ -48,9 +48,9 @@ class TextEditor : public MultiLineEditorBase Q_OBJECT public: - TextEditor( QWidget *parent, const QString &text ); + TextEditor( TQWidget *parent, const TQString &text ); - static QString getText( QWidget *parent, const QString &text ); + static TQString getText( TQWidget *parent, const TQString &text ); protected slots: void okClicked(); |