diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:08:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:08:27 -0600 |
commit | 33ca3afe641f5cb46cda167f2c6700747ee0c06f (patch) | |
tree | 6959395459482c23b5c068e1b9988ce97f4f8340 /src/viewpropertiesdialog.cpp | |
parent | b45817ccac7985d286c754b95f40eda5e105efda (diff) | |
download | dolphin-33ca3afe641f5cb46cda167f2c6700747ee0c06f.tar.gz dolphin-33ca3afe641f5cb46cda167f2c6700747ee0c06f.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/viewpropertiesdialog.cpp')
-rw-r--r-- | src/viewpropertiesdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/viewpropertiesdialog.cpp b/src/viewpropertiesdialog.cpp index 93f1c3e..b089b6d 100644 --- a/src/viewpropertiesdialog.cpp +++ b/src/viewpropertiesdialog.cpp @@ -56,7 +56,7 @@ ViewPropertiesDialog::ViewPropertiesDialog(DolphinView* dolphinView) : // create 'Properties' group containing view mode, sorting, sort order and show hidden files TQGroupBox* propsGroup = new TQGroupBox(2, Qt::Horizontal, i18n("Properties"), plainPage()); - propsGroup->tqsetSizePolicy(sizePolicy); + propsGroup->setSizePolicy(sizePolicy); propsGroup->setMargin(margin); new TQLabel(i18n("View mode:"), propsGroup); @@ -96,7 +96,7 @@ ViewPropertiesDialog::ViewPropertiesDialog(DolphinView* dolphinView) : Qt::Vertical, i18n("Apply view properties to:"), plainPage()); - buttonGroup->tqsetSizePolicy(sizePolicy); + buttonGroup->setSizePolicy(sizePolicy); buttonGroup->setMargin(margin); m_applyToCurrentFolder = new TQRadioButton(i18n("Current folder"), buttonGroup); |