diff options
author | Michele Calgaro <[email protected]> | 2023-09-02 15:50:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-04 09:50:10 +0900 |
commit | 115885964962963b6a6a477c8156e8e3a094d2be (patch) | |
tree | 972e48c903294119bd327d642bae2352ab5fd372 /src/urlnavigator.cpp | |
parent | 9409a55ddac9ccb975ca8df5b1bb5c8a6659e680 (diff) | |
download | dolphin-115885964962963b6a6a477c8156e8e3a094d2be.tar.gz dolphin-115885964962963b6a6a477c8156e8e3a094d2be.zip |
Replace TQ_*Focus* and TQ_Scale* definesr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 8e316244abe01c719e630ab4c8120e38aa81cef9)
Diffstat (limited to 'src/urlnavigator.cpp')
-rw-r--r-- | src/urlnavigator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlnavigator.cpp b/src/urlnavigator.cpp index 725c062..225ab70 100644 --- a/src/urlnavigator.cpp +++ b/src/urlnavigator.cpp @@ -83,7 +83,7 @@ URLNavigator::URLNavigator(const KURL& url, m_toggleButton = new TQPushButton(SmallIcon("editurl"), 0, this); m_toggleButton->setFlat(true); m_toggleButton->setToggleButton(true); - m_toggleButton->setFocusPolicy(TQ_NoFocus); + m_toggleButton->setFocusPolicy(TQWidget::NoFocus); m_toggleButton->setMinimumHeight(minimumHeight()); connect(m_toggleButton, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotClicked())); |