summaryrefslogtreecommitdiffstats
path: root/src/kexportdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kexportdialog.cpp')
-rwxr-xr-xsrc/kexportdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kexportdialog.cpp b/src/kexportdialog.cpp
index 7b2e8fa..b6452e7 100755
--- a/src/kexportdialog.cpp
+++ b/src/kexportdialog.cpp
@@ -20,7 +20,7 @@
#include "kexportdialog.h"
#include <kfiledialog.h>
-KExportDialog::KExportDialog( TQWidget *tqparent, const char *name ) : TQDialog(tqparent, name)
+KExportDialog::KExportDialog( TQWidget *parent, const char *name ) : TQDialog(parent, name)
{
m_templateFile = "" ;
m_outputDir = "" ;