summaryrefslogtreecommitdiffstats
path: root/ark/archiveformatdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ark/archiveformatdlg.h')
-rw-r--r--ark/archiveformatdlg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ark/archiveformatdlg.h b/ark/archiveformatdlg.h
index 6ef2302..1a1cefa 100644
--- a/ark/archiveformatdlg.h
+++ b/ark/archiveformatdlg.h
@@ -28,8 +28,9 @@
class ArchiveFormatDlg: public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- ArchiveFormatDlg( TQWidget * parent, const TQString & defaultType );
+ ArchiveFormatDlg( TQWidget * tqparent, const TQString & defaultType );
TQString mimeType();
private: