summaryrefslogtreecommitdiffstats
path: root/tools/designer/editor/viewmanager.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-06 20:38:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-06 20:38:40 -0600
commiteb1d1e0dec5720ace27395e290b7093cd68b150d (patch)
tree04a199ef5ea853d86a6f9a44716c0874d41c20f6 /tools/designer/editor/viewmanager.cpp
parentae8aba1e0f17943046e6bfa889b169f7fc41da0d (diff)
downloadtqt3-eb1d1e0dec5720ace27395e290b7093cd68b150d.tar.gz
tqt3-eb1d1e0dec5720ace27395e290b7093cd68b150d.zip
Automated update from qt3
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 );
}