summaryrefslogtreecommitdiffstats
path: root/parts/replace/replacedlgimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/replace/replacedlgimpl.h')
-rw-r--r--parts/replace/replacedlgimpl.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/parts/replace/replacedlgimpl.h b/parts/replace/replacedlgimpl.h
index 38938bed..d67908ff 100644
--- a/parts/replace/replacedlgimpl.h
+++ b/parts/replace/replacedlgimpl.h
@@ -11,26 +11,26 @@ class ReplaceDlgImpl : public ReplaceDlg
Q_OBJECT
public:
- ReplaceDlgImpl(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+ ReplaceDlgImpl(TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~ReplaceDlgImpl();
- QRegExp expressionPattern();
- QString replacementString();
+ TQRegExp expressionPattern();
+ TQString replacementString();
public slots:
- void show( QString const & path );
+ void show( TQString const & path );
protected:
protected slots:
void showRegExpEditor();
- void validateExpression( const QString & );
- void validateFind( const QString & );
+ void validateExpression( const TQString & );
+ void validateFind( const TQString & );
void toggleExpression( bool );
void saveComboHistories();
private:
- QDialog * _regexp_dialog;
+ TQDialog * _regexp_dialog;
};