diff options
Diffstat (limited to 'ark/extractiondialog.h')
-rw-r--r-- | ark/extractiondialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ark/extractiondialog.h b/ark/extractiondialog.h index 6d27ae2..b881770 100644 --- a/ark/extractiondialog.h +++ b/ark/extractiondialog.h @@ -41,15 +41,16 @@ class KURLRequester; class ExtractionDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: /** * Constructor. */ - ExtractionDialog( TQWidget *parent = 0, const char *name = 0, + ExtractionDialog( TQWidget *tqparent = 0, const char *name = 0, bool enableSelected = true, const KURL &defaultExtractionDir = KURL(), const TQString &prefix = TQString(), - const TQString &archiveName = TQString::null ); + const TQString &archiveName = TQString() ); /** * Destructor. |