diff options
Diffstat (limited to 'kommander/editor/connectioneditorimpl.cpp')
| -rw-r--r-- | kommander/editor/connectioneditorimpl.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/connectioneditorimpl.cpp b/kommander/editor/connectioneditorimpl.cpp index 2ca7934d..2b57437f 100644 --- a/kommander/editor/connectioneditorimpl.cpp +++ b/kommander/editor/connectioneditorimpl.cpp @@ -105,7 +105,7 @@ ConnectionEditor::ConnectionEditor(TQWidget* parent, TQObject* sndr, TQObject* r    for (TQPtrDictIterator<TQWidget> it(*m_formWindow->widgets()); it.current(); ++it)    {      if (it.current()->isVisibleTo(this) && -        !it.current()->inherits(TQLAYOUTWIDGET_OBJECT_NAME_STRING) && +        !it.current()->inherits("TQLayoutWidget") &&          !it.current()->inherits("Spacer") &&          qstrcmp(it.current()->name(), "central widget") &&          !m_formWindow->isMainContainer(TQT_TQOBJECT(it.current())) &&  | 
