diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:55:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:55:43 -0600 |
commit | b45817ccac7985d286c754b95f40eda5e105efda (patch) | |
tree | 428da987d342b841c1b05adb50cfc12b45b40a14 /src/urlbutton.cpp | |
parent | 59d9dbf810de71334e1173fa7dda59209c10032c (diff) | |
download | dolphin-b45817ccac7985d286c754b95f40eda5e105efda.tar.gz dolphin-b45817ccac7985d286c754b95f40eda5e105efda.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 59d9dbf810de71334e1173fa7dda59209c10032c.
Diffstat (limited to 'src/urlbutton.cpp')
-rw-r--r-- | src/urlbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbutton.cpp b/src/urlbutton.cpp index a9cc644..a48c833 100644 --- a/src/urlbutton.cpp +++ b/src/urlbutton.cpp @@ -38,7 +38,7 @@ URLButton::URLButton(URLNavigator* parent) m_urlNavigator(parent) { setFocusPolicy(TQ_NoFocus); - setSizePolicy(TQSizePolicy::Maximum, TQSizePolicy::Fixed); + tqsetSizePolicy(TQSizePolicy::Maximum, TQSizePolicy::Fixed); setMinimumHeight(parent->minimumHeight()); connect(this, TQT_SIGNAL(clicked()), parent, TQT_SLOT(slotRequestActivation())); |