summaryrefslogtreecommitdiffstats
path: root/src/urlbutton.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:08:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:08:27 -0600
commit33ca3afe641f5cb46cda167f2c6700747ee0c06f (patch)
tree6959395459482c23b5c068e1b9988ce97f4f8340 /src/urlbutton.cpp
parentb45817ccac7985d286c754b95f40eda5e105efda (diff)
downloaddolphin-33ca3afe641f5cb46cda167f2c6700747ee0c06f.tar.gz
dolphin-33ca3afe641f5cb46cda167f2c6700747ee0c06f.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/urlbutton.cpp')
-rw-r--r--src/urlbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbutton.cpp b/src/urlbutton.cpp
index a48c833..a9cc644 100644
--- a/src/urlbutton.cpp
+++ b/src/urlbutton.cpp
@@ -38,7 +38,7 @@ URLButton::URLButton(URLNavigator* parent)
m_urlNavigator(parent)
{
setFocusPolicy(TQ_NoFocus);
- tqsetSizePolicy(TQSizePolicy::Maximum, TQSizePolicy::Fixed);
+ setSizePolicy(TQSizePolicy::Maximum, TQSizePolicy::Fixed);
setMinimumHeight(parent->minimumHeight());
connect(this, TQT_SIGNAL(clicked()), parent, TQT_SLOT(slotRequestActivation()));