summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/gpssync/gpssyncdialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-06 22:47:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-07 18:47:51 +0900
commitee8fe2c90471205b32e5abbfe46f5f6d295429a9 (patch)
tree27bb8e644081f92b2707fbbb2a84802102f7614c /kipi-plugins/gpssync/gpssyncdialog.cpp
parent405d2a9eaa23e094d1bdee3ca7ad85841c68fc67 (diff)
downloadkipi-plugins-ee8fe2c90471205b32e5abbfe46f5f6d295429a9.tar.gz
kipi-plugins-ee8fe2c90471205b32e5abbfe46f5f6d295429a9.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 210ebdb..818f097 100644
--- a/kipi-plugins/gpssync/gpssyncdialog.cpp
+++ b/kipi-plugins/gpssync/gpssyncdialog.cpp
@@ -144,7 +144,7 @@ GPSSyncDialog::GPSSyncDialog( KIPI::Interface* interface, TQWidget* parent)
// ---------------------------------------------------------------
- TQGroupBox *settingsBox = new TQGroupBox(0, Qt::Vertical, i18n("Settings"), plainPage());
+ TQGroupBox *settingsBox = new TQGroupBox(0, TQt::Vertical, i18n("Settings"), plainPage());
TQGridLayout *settingsBoxLayout = new TQGridLayout(settingsBox->layout(), 8, 1,
KDialog::spacingHint());