diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 02:32:11 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 17:33:28 +0900 |
| commit | a67df8047e64fb24b7a584dd603872996568b15a (patch) | |
| tree | 009d8d45a8cb7fc7314df309109c3fa19650170b /konq-plugins/searchbar | |
| parent | 94639370f5903b7fcb122e90f561d2df6e3b8c75 (diff) | |
| download | tdeaddons-a67df804.tar.gz tdeaddons-a67df804.zip | |
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d4040cfd7374195819e8caa9724c3c582f987b5b)
Diffstat (limited to 'konq-plugins/searchbar')
| -rw-r--r-- | konq-plugins/searchbar/searchbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/searchbar/searchbar.cpp b/konq-plugins/searchbar/searchbar.cpp index cc52144..397215f 100644 --- a/konq-plugins/searchbar/searchbar.cpp +++ b/konq-plugins/searchbar/searchbar.cpp @@ -515,7 +515,7 @@ void SearchBarPlugin::configurationChanged() void SearchBarPlugin::partChanged(KParts::Part *newPart) { - m_part = ::tqqt_cast<TDEHTMLPart*>(newPart); + m_part = ::tqt_cast<TDEHTMLPart*>(newPart); //Delay since when destroying tabs part 0 gets activated for a bit, before the proper part TQTimer::singleShot(0, this, TQT_SLOT(updateComboVisibility())); |
