blob: 05100615b7b4fe209a9cbfd5339159ba173e2435 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: konversation-0.19/konversation/src/searchbar.h
===================================================================
--- konversation-0.19.orig/konversation/src/searchbar.h
+++ konversation-0.19/konversation/src/searchbar.h
@@ -55,7 +55,7 @@ class SearchBar : public QHBox
void focusInEvent(QFocusEvent* e);
virtual void showEvent(QShowEvent* e);
- bool SearchBar::focusedChild();
+ bool focusedChild();
public slots:
virtual void hide();
|