From b53c83209a6b927b27600899a780db1efc985ecb Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 9 Nov 2023 10:36:57 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- lanbrowsing/kcmlisa/kcmlisa.cpp | 4 ++-- lanbrowsing/kcmlisa/kcmreslisa.cpp | 2 +- lanbrowsing/kcmlisa/kcmtdeiolan.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lanbrowsing') 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); -- cgit v1.2.1