summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/simpleviewerexport/svedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/simpleviewerexport/svedialog.cpp')
-rw-r--r--kipi-plugins/simpleviewerexport/svedialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kipi-plugins/simpleviewerexport/svedialog.cpp b/kipi-plugins/simpleviewerexport/svedialog.cpp
index 91ad0f5..7c68d3c 100644
--- a/kipi-plugins/simpleviewerexport/svedialog.cpp
+++ b/kipi-plugins/simpleviewerexport/svedialog.cpp
@@ -65,9 +65,9 @@
namespace KIPISimpleViewerExportPlugin
{
-SVEDialog::SVEDialog(KIPI::Interface* interface, TQWidget *tqparent)
+SVEDialog::SVEDialog(KIPI::Interface* interface, TQWidget *parent)
: KDialogBase( IconList, i18n("Flash Export"), Help|Ok|Cancel, Ok,
- tqparent, "SimpleViewerExportDialog", true, true ),
+ parent, "SimpleViewerExportDialog", true, true ),
m_interface( interface )
{
selectionPage();