summaryrefslogtreecommitdiffstats
path: root/tools/designer/editor/viewmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/editor/viewmanager.cpp')
-rw-r--r--tools/designer/editor/viewmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/editor/viewmanager.cpp b/tools/designer/editor/viewmanager.cpp
index def747050..96c106f03 100644
--- a/tools/designer/editor/viewmanager.cpp
+++ b/tools/designer/editor/viewmanager.cpp
@@ -97,7 +97,7 @@ TQWidget *ViewManager::currentView() const
void ViewManager::childEvent( TQChildEvent *e )
{
- if ( e->type() == TQEvent::ChildInserted && ::qt_cast<Editor*>(e->child()) )
+ if ( e->type() == TQEvent::ChildInserted && ::tqt_cast<Editor*>(e->child()) )
addView( (TQWidget*)e->child() );
TQWidget::childEvent( e );
}