summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/htmlexport/wizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/htmlexport/wizard.cpp')
-rw-r--r--kipi-plugins/htmlexport/wizard.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kipi-plugins/htmlexport/wizard.cpp b/kipi-plugins/htmlexport/wizard.cpp
index 6b3b6dc..cda397a 100644
--- a/kipi-plugins/htmlexport/wizard.cpp
+++ b/kipi-plugins/htmlexport/wizard.cpp
@@ -183,7 +183,7 @@ Wizard::Wizard(TQWidget* parent, KIPI::Interface* interface, GalleryInfo* info)
// Help button
KHelpMenu* helpMenu = new KHelpMenu(this, d->mAbout, false);
helpMenu->menu()->removeItemAt(0);
- helpMenu->menu()->insertItem(i18n("Plugin Handbook"), this, TQT_SLOT(showHelp()), 0, -1, 0);
+ helpMenu->menu()->insertItem(i18n("Plugin Handbook"), this, TQ_SLOT(showHelp()), 0, -1, 0);
helpButton()->setPopup( helpMenu->menu() );
d->mCollectionSelector=new KIPI::ImageCollectionSelector(this, interface);
@@ -192,8 +192,8 @@ Wizard::Wizard(TQWidget* parent, KIPI::Interface* interface, GalleryInfo* info)
d->mThemePage=new ThemePage(this);
d->initThemePage();
addPage(d->mThemePage, i18n("Theme"));
- connect(d->mThemePage->mThemeList, TQT_SIGNAL(selectionChanged()),
- this, TQT_SLOT(slotThemeSelectionChanged()) );
+ connect(d->mThemePage->mThemeList, TQ_SIGNAL(selectionChanged()),
+ this, TQ_SLOT(slotThemeSelectionChanged()) );
d->mThemeParametersPage = new ThemeParametersPage(this);
addPage(d->mThemeParametersPage, i18n("Theme Parameters"));
@@ -205,8 +205,8 @@ Wizard::Wizard(TQWidget* parent, KIPI::Interface* interface, GalleryInfo* info)
d->mOutputPage->kcfg_destURL->setMode(KFile::Directory);
addPage(d->mOutputPage, i18n("Output"));
- connect(d->mOutputPage->kcfg_destURL, TQT_SIGNAL(textChanged(const TQString&)),
- this, TQT_SLOT(updateFinishButton()) );
+ connect(d->mOutputPage->kcfg_destURL, TQ_SIGNAL(textChanged(const TQString&)),
+ this, TQ_SLOT(updateFinishButton()) );
d->mConfigManager=new TDEConfigDialogManager(this, d->mInfo);
d->mConfigManager->updateWidgets();