Fix a number of runtime object identification problems which led to an even larger array of minor glitches

NOTE: kdevelop and kdewebdev still need to be fully repaired


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/konversation@1222475 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent df6d1c3c6f
commit 9154a0f8ae

@ -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)

@ -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;

Loading…
Cancel
Save