summaryrefslogtreecommitdiffstats
path: root/ksim/monitors/net/netdialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:35:27 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-04 03:15:14 +0200
commit7ee38ebc22d177c8f0f4805d0e8479736ec94f79 (patch)
tree8923548e283ead89f5d6d5508ca68e294bfe1a1e /ksim/monitors/net/netdialog.cpp
parent82588f54335b5e52502303e89e2035066a6cc808 (diff)
downloadtdeutils-7ee38ebc22d177c8f0f4805d0e8479736ec94f79.tar.gz
tdeutils-7ee38ebc22d177c8f0f4805d0e8479736ec94f79.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit bcc684e28ad6f9ebeeae5d334a4dc297cef3e816)
Diffstat (limited to 'ksim/monitors/net/netdialog.cpp')
-rw-r--r--ksim/monitors/net/netdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksim/monitors/net/netdialog.cpp b/ksim/monitors/net/netdialog.cpp
index c470a2c..997f9b2 100644
--- a/ksim/monitors/net/netdialog.cpp
+++ b/ksim/monitors/net/netdialog.cpp
@@ -65,7 +65,7 @@ NetDialog::NetDialog(TQWidget *parent, const char *name)
m_generalLayout->addMultiCellWidget(m_deviceLabel, 0, 0, 0, 0);
m_deviceCombo = new KComboBox(true, m_generalTab);
- m_deviceCombo->tqsetSizePolicy(TQSizePolicy(TQSizePolicy::Preferred,
+ m_deviceCombo->setSizePolicy(TQSizePolicy(TQSizePolicy::Preferred,
TQSizePolicy::Fixed));
m_deviceCombo->setFocus();
m_deviceCombo->setDuplicatesEnabled(false);
@@ -89,7 +89,7 @@ NetDialog::NetDialog(TQWidget *parent, const char *name)
m_timerBox->tqlayout()->setSpacing(0);
m_timerBox->tqlayout()->setMargin(0);
m_timerBoxLayout = new TQVBoxLayout(m_timerBox->tqlayout());
- m_timerBoxLayout->tqsetAlignment(TQt::AlignTop);
+ m_timerBoxLayout->setAlignment(TQt::AlignTop);
m_timerBoxLayout->setSpacing(6);
m_timerBoxLayout->setMargin(11);