summaryrefslogtreecommitdiffstats
path: root/src/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index eada64f..4327847 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -405,7 +405,7 @@ GeneralPage::GeneralPage(TQWidget * parent, const char * name)
layout->addLayout(hLay);
// System Tray Icon:
- TQGroupBox *gbSys = new TQGroupBox(3, Qt::Vertical, i18n("System Tray Icon"), this);
+ TQGroupBox *gbSys = new TQGroupBox(3, TQt::Vertical, i18n("System Tray Icon"), this);
layout->addWidget(gbSys);
TQVBoxLayout *sysLay = new TQVBoxLayout(KDialogBase::spacingHint());
@@ -511,7 +511,7 @@ BasketsPage::BasketsPage(TQWidget * parent, const char * name)
// Appearance:
- TQGroupBox *appearanceBox = new TQGroupBox(3, Qt::Vertical, i18n("Appearance"), this);
+ TQGroupBox *appearanceBox = new TQGroupBox(3, TQt::Vertical, i18n("Appearance"), this);
layout->addWidget(appearanceBox);
m_playAnimations = new TQCheckBox(i18n("Ani&mate changes in baskets"), appearanceBox);
@@ -525,7 +525,7 @@ BasketsPage::BasketsPage(TQWidget * parent, const char * name)
// Behavior:
- TQGroupBox *behaviorBox = new TQGroupBox(5, Qt::Vertical, i18n("Behavior"), this);
+ TQGroupBox *behaviorBox = new TQGroupBox(5, TQt::Vertical, i18n("Behavior"), this);
layout->addWidget(behaviorBox);
m_autoBullet = new TQCheckBox(i18n("&Transform lines starting with * or - to lists in text editors"), behaviorBox);
@@ -596,7 +596,7 @@ BasketsPage::BasketsPage(TQWidget * parent, const char * name)
// Protection:
- TQGroupBox *protectionBox = new TQGroupBox(3, Qt::Vertical, i18n("Password Protection"), this);
+ TQGroupBox *protectionBox = new TQGroupBox(3, TQt::Vertical, i18n("Password Protection"), this);
layout->addWidget(protectionBox);
widget = new TQWidget(protectionBox);