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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kipi-plugins/gpssync/gpssyncdialog.cpp b/kipi-plugins/gpssync/gpssyncdialog.cpp
index d9dc3b3..15aff92 100644
--- a/kipi-plugins/gpssync/gpssyncdialog.cpp
+++ b/kipi-plugins/gpssync/gpssyncdialog.cpp
@@ -153,7 +153,7 @@ GPSSyncDialog::GPSSyncDialog( KIPI::Interface* interface, TQWidget* parent)
TQLabel *gpxFileLabel = new TQLabel(i18n("Current GPX file:"), settingsBox);
d->gpxFileName = new KSqueezedTextLabel(i18n("No GPX file"), settingsBox);
d->gpxPointsLabel = new TQLabel(settingsBox);
- KSeparator *line = new KSeparator(Qt::Horizontal, settingsBox);
+ KSeparator *line = new KSeparator(Horizontal, settingsBox);
TQLabel *maxGapLabel = new TQLabel(i18n("Max. time gap (sec.):"), settingsBox);
d->maxGapInput = new KIntSpinBox(0, 1000000, 1, 30, 10, settingsBox);