summaryrefslogtreecommitdiffstats
path: root/lanbrowsing/kcmlisa
diff options
context:
space:
mode:
Diffstat (limited to 'lanbrowsing/kcmlisa')
-rw-r--r--lanbrowsing/kcmlisa/kcmlisa.cpp4
-rw-r--r--lanbrowsing/kcmlisa/kcmreslisa.cpp2
-rw-r--r--lanbrowsing/kcmlisa/kcmtdeiolan.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/lanbrowsing/kcmlisa/kcmlisa.cpp b/lanbrowsing/kcmlisa/kcmlisa.cpp
index 5809d51b..ee1bf4c7 100644
--- a/lanbrowsing/kcmlisa/kcmlisa.cpp
+++ b/lanbrowsing/kcmlisa/kcmlisa.cpp
@@ -81,7 +81,7 @@ LisaSettings::LisaSettings(const TQString& config, TQWidget *parent)
TQToolTip::add(m_pingAddresses, comment);
label->setBuddy(m_pingAddresses);
- TQGrid *addressesGrid = new TQGrid(2, Qt::Horizontal, this);
+ TQGrid *addressesGrid = new TQGrid(2, TQt::Horizontal, this);
addressesGrid->setSpacing(10);
layout->setStretchFactor(addressesGrid,0);
@@ -129,7 +129,7 @@ LisaSettings::LisaSettings(const TQString& config, TQWidget *parent)
dummy->setMinimumHeight(10);
m_deliverUnnamedHosts=new TQCheckBox(i18n("Show &hosts without DNS names"),vbox);
- TQGrid *advGrid = new TQGrid(2, Qt::Horizontal, vbox);
+ TQGrid *advGrid = new TQGrid(2, TQt::Horizontal, vbox);
advGrid->setSpacing(10);
label=new TQLabel(i18n("Host list update interval:"),advGrid);
diff --git a/lanbrowsing/kcmlisa/kcmreslisa.cpp b/lanbrowsing/kcmlisa/kcmreslisa.cpp
index 7026e3a6..a08a1336 100644
--- a/lanbrowsing/kcmlisa/kcmreslisa.cpp
+++ b/lanbrowsing/kcmlisa/kcmreslisa.cpp
@@ -91,7 +91,7 @@ ResLisaSettings::ResLisaSettings(const TQString& config, TQWidget *parent)
m_deliverUnnamedHosts=new TQCheckBox(i18n("Show &hosts without DNS names"),vbox);
- TQGrid *advGrid = new TQGrid(2, Qt::Horizontal, vbox);
+ TQGrid *advGrid = new TQGrid(2, TQt::Horizontal, vbox);
advGrid->setSpacing(10);
label=new TQLabel(i18n("Host list update interval:"),advGrid);
diff --git a/lanbrowsing/kcmlisa/kcmtdeiolan.cpp b/lanbrowsing/kcmlisa/kcmtdeiolan.cpp
index 144c7262..850e5238 100644
--- a/lanbrowsing/kcmlisa/kcmtdeiolan.cpp
+++ b/lanbrowsing/kcmlisa/kcmtdeiolan.cpp
@@ -38,7 +38,7 @@ IOSlaveSettings::IOSlaveSettings(const TQString& config, TQWidget *parent)
TQVBoxLayout *layout = new TQVBoxLayout(this, KDialog::marginHint(), KDialog::spacingHint());
layout->setAutoAdd(true);
- TQGroupBox* group=new TQGroupBox(1,Qt::Horizontal, i18n("Show Links for Following Services"), this);
+ TQGroupBox* group=new TQGroupBox(1,TQt::Horizontal, i18n("Show Links for Following Services"), this);
m_ftpSettings=new PortSettingsBar(i18n("FTP (TCP, port 21): "), group);
m_httpSettings=new PortSettingsBar(i18n("HTTP (TCP, port 80): "),group);