summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/simpleviewerexport/simpleviewerexport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/simpleviewerexport/simpleviewerexport.cpp')
-rw-r--r--kipi-plugins/simpleviewerexport/simpleviewerexport.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kipi-plugins/simpleviewerexport/simpleviewerexport.cpp b/kipi-plugins/simpleviewerexport/simpleviewerexport.cpp
index c6665f4..0b5acfb 100644
--- a/kipi-plugins/simpleviewerexport/simpleviewerexport.cpp
+++ b/kipi-plugins/simpleviewerexport/simpleviewerexport.cpp
@@ -183,8 +183,8 @@ void SimpleViewerExport::startExport()
m_progressDlg = new KIPI::BatchProgressDialog(kapp->activeWindow(), i18n("Flash Export"));
- connect(m_progressDlg, TQT_SIGNAL(cancelClicked()),
- this, TQT_SLOT(slotCancel()));
+ connect(m_progressDlg, TQ_SIGNAL(cancelClicked()),
+ this, TQ_SLOT(slotCancel()));
m_progressDlg->show();
kapp->processEvents();