diff options
Diffstat (limited to 'tqtinterface/qt4/src/kernel/tqmetaobject.h')
-rw-r--r-- | tqtinterface/qt4/src/kernel/tqmetaobject.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tqtinterface/qt4/src/kernel/tqmetaobject.h b/tqtinterface/qt4/src/kernel/tqmetaobject.h index 5502743..f6e1631 100644 --- a/tqtinterface/qt4/src/kernel/tqmetaobject.h +++ b/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; |