summaryrefslogtreecommitdiffstats
path: root/kparts/componentfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'kparts/componentfactory.h')
-rw-r--r--kparts/componentfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kparts/componentfactory.h b/kparts/componentfactory.h
index 3e6578781..82dd0ab9f 100644
--- a/kparts/componentfactory.h
+++ b/kparts/componentfactory.h
@@ -101,7 +101,7 @@ namespace KParts
{
KParts::Part *object = factory->createPart( tqparentWidget, widgetName,
parent, name,
- T::staticMetaObject()->className(),
+ T::tqstaticMetaObject()->className(),
args );
T *result = dynamic_cast<T *>( object );