summaryrefslogtreecommitdiffstats
path: root/kspy/propsview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspy/propsview.cpp')
-rw-r--r--kspy/propsview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspy/propsview.cpp b/kspy/propsview.cpp
index a59903d5..8ae92ea7 100644
--- a/kspy/propsview.cpp
+++ b/kspy/propsview.cpp
@@ -75,7 +75,7 @@ void PropsView::buildList( TQObject *o )
for ( uint i = 0; i < names.count(); i++ ) {
char *prop = names.at( i );
TQVariant v = o->property( prop );
- const TQMetaProperty *mp = mo->property( mo->tqfindProperty(prop, true), true );
+ const TQMetaProperty *mp = mo->property( mo->findProperty(prop, true), true );
TQString val( "????" );
switch( v.type() ) {