diff options
Diffstat (limited to 'src/kexportdialog.h')
-rwxr-xr-x | src/kexportdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kexportdialog.h b/src/kexportdialog.h index a2151df..b52293d 100755 --- a/src/kexportdialog.h +++ b/src/kexportdialog.h @@ -32,7 +32,7 @@ class KExportDialog : public TQDialog Q_OBJECT TQ_OBJECT public: - KExportDialog(TQWidget *tqparent = 0, const char *name = 0 ); + KExportDialog(TQWidget *parent = 0, const char *name = 0 ); ~KExportDialog(); void setOutputDir( TQString dir ) ; |