diff options
Diffstat (limited to 'ark/archiveformatdlg.h')
-rw-r--r-- | ark/archiveformatdlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ark/archiveformatdlg.h b/ark/archiveformatdlg.h index c8a2e46..6ef2302 100644 --- a/ark/archiveformatdlg.h +++ b/ark/archiveformatdlg.h @@ -29,8 +29,8 @@ class ArchiveFormatDlg: public KDialogBase { Q_OBJECT public: - ArchiveFormatDlg( QWidget * parent, const QString & defaultType ); - QString mimeType(); + ArchiveFormatDlg( TQWidget * parent, const TQString & defaultType ); + TQString mimeType(); private: KComboBox * m_combo; |