summaryrefslogtreecommitdiffstats
path: root/konversation/src/searchbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/searchbar.cpp')
-rw-r--r--konversation/src/searchbar.cpp2
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;