summaryrefslogtreecommitdiffstats
path: root/src/importdialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-05 11:55:18 +0900
committerMichele Calgaro <[email protected]>2023-11-05 20:59:31 +0900
commit034ed63e8dcd4071ff2857fb066f90b60313216f (patch)
treed8f02d03c1f9c77442c59c55ea75f5cb6539dec4 /src/importdialog.cpp
parent59252e910c0a40943329918aeead9293d5ee82e0 (diff)
downloadtellico-034ed63e8dcd4071ff2857fb066f90b60313216f.tar.gz
tellico-034ed63e8dcd4071ff2857fb066f90b60313216f.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit f57d24985e5b3c8b8c070388aedf6fa915b1c316)
Diffstat (limited to 'src/importdialog.cpp')
-rw-r--r--src/importdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/importdialog.cpp b/src/importdialog.cpp
index 5194f70..d78ae43 100644
--- a/src/importdialog.cpp
+++ b/src/importdialog.cpp
@@ -57,7 +57,7 @@ ImportDialog::ImportDialog(Import::Format format_, const KURL::List& urls_, TQWi
TQWidget* widget = new TQWidget(this);
TQVBoxLayout* topLayout = new TQVBoxLayout(widget, 0, spacingHint());
- TQButtonGroup* bg = new TQButtonGroup(1, Qt::Horizontal, i18n("Import Options"), widget);
+ TQButtonGroup* bg = new TQButtonGroup(1, TQt::Horizontal, i18n("Import Options"), widget);
topLayout->addWidget(bg, 0);
m_radioReplace = new TQRadioButton(i18n("&Replace current collection"), bg);
TQWhatsThis::add(m_radioReplace, i18n("Replace the current collection with the contents "