summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/gpssync/gpssyncdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/gpssync/gpssyncdialog.cpp')
-rw-r--r--kipi-plugins/gpssync/gpssyncdialog.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/kipi-plugins/gpssync/gpssyncdialog.cpp b/kipi-plugins/gpssync/gpssyncdialog.cpp
index 818f097..2a3e8e7 100644
--- a/kipi-plugins/gpssync/gpssyncdialog.cpp
+++ b/kipi-plugins/gpssync/gpssyncdialog.cpp
@@ -257,19 +257,19 @@ GPSSyncDialog::GPSSyncDialog( KIPI::Interface* interface, TQWidget* parent)
KHelpMenu* helpMenu = new KHelpMenu(this, d->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() );
// ---------------------------------------------------------------
- connect(loadGPXButton, TQT_SIGNAL(released()),
- this, TQT_SLOT(slotLoadGPXFile()));
+ connect(loadGPXButton, TQ_SIGNAL(released()),
+ this, TQ_SLOT(slotLoadGPXFile()));
- connect(d->interpolateBox, TQT_SIGNAL(toggled(bool)),
- d->maxTimeLabel, TQT_SLOT(setEnabled(bool)));
+ connect(d->interpolateBox, TQ_SIGNAL(toggled(bool)),
+ d->maxTimeLabel, TQ_SLOT(setEnabled(bool)));
- connect(d->interpolateBox, TQT_SIGNAL(toggled(bool)),
- d->maxTimeInput, TQT_SLOT(setEnabled(bool)));
+ connect(d->interpolateBox, TQ_SIGNAL(toggled(bool)),
+ d->maxTimeInput, TQ_SLOT(setEnabled(bool)));
readSettings();
}
@@ -292,8 +292,8 @@ void GPSSyncDialog::setImages( const KURL::List& images )
TDEIO::PreviewJob *thumbnailJob = TDEIO::filePreview(images, 64);
- connect(thumbnailJob, TQT_SIGNAL(gotPreview(const KFileItem*, const TQPixmap&)),
- this, TQT_SLOT(slotGotThumbnail(const KFileItem*, const TQPixmap&)));
+ connect(thumbnailJob, TQ_SIGNAL(gotPreview(const KFileItem*, const TQPixmap&)),
+ this, TQ_SLOT(slotGotThumbnail(const KFileItem*, const TQPixmap&)));
}
void GPSSyncDialog::slotLoadGPXFile()