summaryrefslogtreecommitdiffstats
path: root/kppp/general.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-09 10:36:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-09 10:36:57 +0900
commitb53c83209a6b927b27600899a780db1efc985ecb (patch)
tree5669b200cf24a8e47338ab2054daf3a58264925f /kppp/general.cpp
parent82b0c5074d73953b9d00fa7b8c17115bb4bc900e (diff)
downloadtdenetwork-b53c83209a6b927b27600899a780db1efc985ecb.tar.gz
tdenetwork-b53c83209a6b927b27600899a780db1efc985ecb.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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);