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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kipi-plugins/simpleviewerexport/svedialog.cpp b/kipi-plugins/simpleviewerexport/svedialog.cpp
index f6b3a5b..8216c66 100644
--- a/kipi-plugins/simpleviewerexport/svedialog.cpp
+++ b/kipi-plugins/simpleviewerexport/svedialog.cpp
@@ -106,7 +106,7 @@ SVEDialog::SVEDialog(KIPI::Interface* interface, TQWidget *parent)
KHelpMenu* helpMenu = new KHelpMenu(this, m_about, false);
helpMenu->menu()->removeItemAt(0);
helpMenu->menu()->insertItem(i18n("Plugin Handbook"),
- this, TQT_SLOT(slotHelp()), 0, -1, 0);
+ this, TQ_SLOT(slotHelp()), 0, -1, 0);
actionButton(Help)->setPopup( helpMenu->menu() );
}
@@ -310,8 +310,8 @@ void SVEDialog::generalPage()
TQWhatsThis::add(m_imagesExportSize, i18n("<p>The new size of the exported images in pixels. "
"SimpleViewer resizes the images as well, but this "
"resizes your images before they are uploaded to your server"));
- connect(m_resizeExportImages, TQT_SIGNAL(toggled(bool)),
- m_imagesExportSize, TQT_SLOT(setEnabled(bool)));
+ connect(m_resizeExportImages, TQ_SIGNAL(toggled(bool)),
+ m_imagesExportSize, TQ_SLOT(setEnabled(bool)));
// ------------------------------------------------------------------------