summaryrefslogtreecommitdiffstats
path: root/src/basketproperties.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 11:53:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 11:53:32 +0900
commitac30f16b60532c3d1ff474177bb36a073d51ceb4 (patch)
tree7c9ddd8632cb6258980bb5e04ad69482ded38c82 /src/basketproperties.cpp
parent5665df9602807d84c8de673a2b4101f2e3a9fd89 (diff)
downloadbasket-ac30f16b60532c3d1ff474177bb36a073d51ceb4.tar.gz
basket-ac30f16b60532c3d1ff474177bb36a073d51ceb4.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/basketproperties.cpp')
-rw-r--r--src/basketproperties.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basketproperties.cpp b/src/basketproperties.cpp
index b2f4dc5..f6f88bd 100644
--- a/src/basketproperties.cpp
+++ b/src/basketproperties.cpp
@@ -71,7 +71,7 @@ BasketPropertiesDialog::BasketPropertiesDialog(Basket *basket, TQWidget *parent)
topLayout->addLayout(nameLayout);
// Appearance:
- TQGroupBox *appearance = new TQGroupBox(1, Qt::Horizontal, i18n("Appearance"), page);
+ TQGroupBox *appearance = new TQGroupBox(1, TQt::Horizontal, i18n("Appearance"), page);
TQWidget *appearanceWidget = new TQWidget(appearance);
TQGridLayout *grid = new TQGridLayout(appearanceWidget, /*nRows=*/3, /*nCols=*/2, /*margin=*/0, spacingHint());
m_backgroundImage = new TQComboBox(appearanceWidget);