Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/7/head
Michele Calgaro 10 months ago
parent 2d7d28eba8
commit cfe04adb2d
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -219,7 +219,7 @@ void KonviSettingsDialog::showEvent(TQShowEvent* e)
{
KonviConfigDialog::showEvent(e);
TQSplitter* splitter = ((TQSplitter*)child(0, TQSPLITTER_OBJECT_NAME_STRING, true));
TQSplitter* splitter = ((TQSplitter*)child(0, "TQSplitter", true));
TDEListView* listView = ((TDEListView*)child(0, "TDEListView", true));
if (splitter && listView)

@ -87,7 +87,7 @@ void SearchBar::showEvent(TQShowEvent *e)
bool SearchBar::focusedChild()
{
TQObjectList *l = queryList(TQWIDGET_OBJECT_NAME_STRING, 0,0, true);
TQObjectList *l = queryList("TQWidget", 0,0, true);
TQObjectListIt it( *l );
TQObject *obj;
bool has=false;

Loading…
Cancel
Save