summaryrefslogtreecommitdiffstats
path: root/kppp/providerdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/providerdb.cpp')
-rw-r--r--kppp/providerdb.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kppp/providerdb.cpp b/kppp/providerdb.cpp
index 867ffd8c..adcb8336 100644
--- a/kppp/providerdb.cpp
+++ b/kppp/providerdb.cpp
@@ -193,7 +193,7 @@ PDB_Country::PDB_Country(TQWidget *parent) : TQWidget(parent) {
TQVBoxLayout *tl = new TQVBoxLayout(this, 10, 10);
tl->addWidget(l);
- TQHBoxLayout *l1 = new QHBoxLayout;
+ TQHBoxLayout *l1 = new TQHBoxLayout;
tl->addLayout(l1);
l1->addStretch(1);
@@ -204,7 +204,7 @@ PDB_Country::PDB_Country(TQWidget *parent) : TQWidget(parent) {
l1->addWidget(lb, 2);
l1->addStretch(1);
- list = new QStringList;
+ list = new TQStringList;
// fill the listbox
// set up filter
@@ -269,7 +269,7 @@ PDB_Provider::PDB_Provider(TQWidget *parent) : TQWidget(parent) {
"selection."), this);
tl->addWidget(l);
- TQHBoxLayout *l1 = new QHBoxLayout;
+ TQHBoxLayout *l1 = new TQHBoxLayout;
tl->addLayout(l1);
l1->addStretch(1);