diff options
Diffstat (limited to 'konversation/src/searchbar.cpp')
-rw-r--r-- | konversation/src/searchbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/searchbar.cpp b/konversation/src/searchbar.cpp index 7f8c004..cb54e3c 100644 --- a/konversation/src/searchbar.cpp +++ b/konversation/src/searchbar.cpp @@ -87,7 +87,7 @@ void SearchBar::showEvent(TQShowEvent *e) bool SearchBar::focusedChild() { - TQObjectList *l = queryList("TQWidget", 0,0, true); + TQObjectList *l = queryList(TQWIDGET_OBJECT_NAME_STRING, 0,0, true); TQObjectListIt it( *l ); TQObject *obj; bool has=false; |