diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-08 14:14:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-08 14:14:16 -0600 |
commit | 0dbdc7c4aef2b58ad86672acfb1f79335d2b84bb (patch) | |
tree | fb2d8b58cf26c9131129c99a8348e9cfdae38709 /dcop/dcopidlng/kalyptus | |
parent | 06227c5420ce8eeef7bd44406a395188c61e1703 (diff) | |
download | tdelibs-0dbdc7c4aef2b58ad86672acfb1f79335d2b84bb.tar.gz tdelibs-0dbdc7c4aef2b58ad86672acfb1f79335d2b84bb.zip |
Fix FTBFS
Diffstat (limited to 'dcop/dcopidlng/kalyptus')
-rw-r--r-- | dcop/dcopidlng/kalyptus | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dcop/dcopidlng/kalyptus b/dcop/dcopidlng/kalyptus index 8c53af8b9..fc9ba331b 100644 --- a/dcop/dcopidlng/kalyptus +++ b/dcop/dcopidlng/kalyptus @@ -69,10 +69,10 @@ $exe = basename $0; public: virtual QMetaObject *metaObject() const; virtual const char *className() const; - virtual void* qt_cast( const char* ); - virtual bool qt_invoke( int, QUObject* ); - virtual bool qt_emit( int, QUObject* ); - virtual bool qt_property( int, int, QVariant* ); + virtual void* tqt_cast( const char* ); + virtual bool tqt_invoke( int, QUObject* ); + virtual bool tqt_emit( int, QUObject* ); + virtual bool tqt_property( int, int, QVariant* ); static QMetaObject* staticMetaObject(); QObject* qObject(); static QString tr( const char *, const char * = 0 ); @@ -119,8 +119,8 @@ $allowed_k_dcop_accesors_re = join("|", @allowed_k_dcop_accesors); public: virtual QMetaObject *metaObject() const; virtual const char *className() const; - virtual bool qt_invoke( int, QUObject* ); - virtual bool qt_emit( int, QUObject* ); + virtual bool tqt_invoke( int, QUObject* ); + virtual bool tqt_emit( int, QUObject* ); static QString tr( const char *, const char * = 0 ); static QString trUtf8( const char *, const char * = 0 ); private: |