summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/kernel/tqmetaobject.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-09 22:25:47 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-09 22:25:47 -0500
commiteaa7ee2e0bbca40ba3173c4304f81957e8964291 (patch)
tree4f793aa48a5080aedc94ce6e519c3b86708f2b88 /tqtinterface/qt4/src/kernel/tqmetaobject.h
parent79a9d7a46a20d4a0923bc06fc471fdc2176ef865 (diff)
downloadexperimental-eaa7ee2e0bbca40ba3173c4304f81957e8964291.tar.gz
experimental-eaa7ee2e0bbca40ba3173c4304f81957e8964291.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains
Diffstat (limited to 'tqtinterface/qt4/src/kernel/tqmetaobject.h')
-rw-r--r--tqtinterface/qt4/src/kernel/tqmetaobject.h12
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;