diff --git a/konversation/src/konvisettingsdialog.cpp b/konversation/src/konvisettingsdialog.cpp index b5ea5ab..a5e01f3 100644 --- a/konversation/src/konvisettingsdialog.cpp +++ b/konversation/src/konvisettingsdialog.cpp @@ -219,7 +219,7 @@ void KonviSettingsDialog::showEvent(TQShowEvent* e) { KonviConfigDialog::showEvent(e); - TQSplitter* splitter = ((TQSplitter*)child(0, "TQSplitter", true)); + TQSplitter* splitter = ((TQSplitter*)child(0, TQSPLITTER_OBJECT_NAME_STRING, true)); KListView* listView = ((KListView*)child(0, "KListView", true)); if (splitter && listView) 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;