summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/kernel/tqmetaobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/kernel/tqmetaobject.h')
-rw-r--r--experimental/tqtinterface/qt4/src/kernel/tqmetaobject.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/experimental/tqtinterface/qt4/src/kernel/tqmetaobject.h b/experimental/tqtinterface/qt4/src/kernel/tqmetaobject.h
index 55027433d..f6e163179 100644
--- a/experimental/tqtinterface/qt4/src/kernel/tqmetaobject.h
+++ b/experimental/tqtinterface/qt4/src/kernel/tqmetaobject.h
@@ -138,7 +138,7 @@ public:
TQStrList signalNames( bool super = FALSE ) const;
#ifndef TQT_NO_PROPERTIES
- int tqfindProperty( const char *name, bool super = FALSE ) const;
+ int findProperty( const char *name, bool super = FALSE ) const;
TQMetaObject *tqsuperClass() const;
const char *tqsuperClassName() const;
TQStrList propertyNames( bool super = FALSE ) const;
@@ -150,8 +150,8 @@ public:
const TQMetaData *slot( int index, bool super = FALSE ) const;
const TQMetaData *signal( int index, bool super = FALSE ) const;
- int tqfindSlot( const char *, bool super = FALSE ) const;
- int tqfindSignal( const char *, bool super = FALSE ) const;
+ int findSlot( const char *, bool super = FALSE ) const;
+ int findSignal( const char *, bool super = FALSE ) const;
int numProperties( bool super = FALSE ) const;
const TQMetaProperty *property( int index, bool super = FALSE ) const;
@@ -290,8 +290,8 @@ public:
int numSlots( bool super = FALSE ) const;
int numSignals( bool super = FALSE ) const;
- int tqfindSlot( const char *, bool super = FALSE ) const;
- int tqfindSignal( const char *, bool super = FALSE ) const;
+ int findSlot( const char *, bool super = FALSE ) const;
+ int findSignal( const char *, bool super = FALSE ) const;
const TQMetaData *slot( int index, bool super = FALSE ) const;
const TQMetaData *signal( int index, bool super = FALSE ) const;
@@ -309,7 +309,7 @@ public:
#ifndef TQT_NO_PROPERTIES
const TQMetaProperty *property( int index, bool super = FALSE ) const;
- int tqfindProperty( const char *name, bool super = FALSE ) const;
+ int findProperty( const char *name, bool super = FALSE ) const;
int indexOfProperty( const TQMetaProperty*, bool super = FALSE ) const;
const TQMetaProperty* resolveProperty( const TQMetaProperty* ) const;
int resolveProperty( int ) const;