summaryrefslogtreecommitdiffstats
path: root/kppp/general.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/general.cpp')
-rw-r--r--kppp/general.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/general.cpp b/kppp/general.cpp
index 1dbe4aad..b1e2c0b0 100644
--- a/kppp/general.cpp
+++ b/kppp/general.cpp
@@ -487,7 +487,7 @@ ModemWidget2::ModemWidget2(TQWidget *parent, const char *name)
TQLabel *volumeLabel = new TQLabel(i18n("Modem &volume:"), parent);
hbl->addWidget(volumeLabel);
- volume = new TQSlider(0, 2, 1, gpppdata.volume(), Qt::Horizontal, parent);
+ volume = new TQSlider(0, 2, 1, gpppdata.volume(), TQt::Horizontal, parent);
volumeLabel->setBuddy(volume);
volume->setTickmarks(TQSlider::Below);
hbl->addWidget(volume);
@@ -619,7 +619,7 @@ GraphSetup::GraphSetup(TQWidget *parent, const char *name) :
enable_check = new TQCheckBox(i18n("&Enable throughput graph"), parent);
tl->addWidget(enable_check);
- grpColor = new TQGroupBox(2, Qt::Horizontal,
+ grpColor = new TQGroupBox(2, TQt::Horizontal,
i18n("Graph Colors"), parent);
tl->addWidget(grpColor);