diff options
Diffstat (limited to 'kpresenter/KPrObjectIface.cpp')
| -rw-r--r-- | kpresenter/KPrObjectIface.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/kpresenter/KPrObjectIface.cpp b/kpresenter/KPrObjectIface.cpp index 6f7913bf6..25aba98c0 100644 --- a/kpresenter/KPrObjectIface.cpp +++ b/kpresenter/KPrObjectIface.cpp @@ -57,7 +57,7 @@ int KPrObjectIface::shadowDirection() const return (int)obj->getShadowDirection(); } -QColor KPrObjectIface::shadowColor() const +TQColor KPrObjectIface::shadowColor() const { return obj->getShadowColor(); } @@ -112,7 +112,7 @@ void KPrObjectIface::setShadowDistance( int _distance ) obj->setShadowDistance(_distance); } -void KPrObjectIface::shadowColor( const QColor & _color ) +void KPrObjectIface::shadowColor( const TQColor & _color ) { obj->setShadowColor(_color); } @@ -136,16 +136,16 @@ void KPrObjectIface::setDisappearSoundEffect( bool b ) { obj->setDisappearSoundEffect(b); } -void KPrObjectIface::setAppearSoundEffectFileName( const QString & _a_fileName ) +void KPrObjectIface::setAppearSoundEffectFileName( const TQString & _a_fileName ) { obj->setAppearSoundEffectFileName(_a_fileName); } -void KPrObjectIface::setDisappearSoundEffectFileName( const QString &_d_fileName ) +void KPrObjectIface::setDisappearSoundEffectFileName( const TQString &_d_fileName ) { obj->setDisappearSoundEffectFileName(_d_fileName); } -void KPrObjectIface::setObjectName( const QString &_objectName ) +void KPrObjectIface::setObjectName( const TQString &_objectName ) { obj->setObjectName(_objectName); } @@ -180,22 +180,22 @@ bool KPrObjectIface::disappearSoundEffect() const return obj->getDisappearSoundEffect(); } -QString KPrObjectIface::appearSoundEffectFileName() const +TQString KPrObjectIface::appearSoundEffectFileName() const { return obj->getAppearSoundEffectFileName(); } -QString KPrObjectIface::disappearSoundEffectFileName() const +TQString KPrObjectIface::disappearSoundEffectFileName() const { return obj->getDisappearSoundEffectFileName(); } -QString KPrObjectIface::typeString() const +TQString KPrObjectIface::typeString() const { return obj->getTypeString(); } -void KPrObjectIface::setEffect(const QString & effect) +void KPrObjectIface::setEffect(const TQString & effect) { if(effect=="NONE") obj->setEffect(EF_NONE); @@ -227,7 +227,7 @@ void KPrObjectIface::setEffect(const QString & effect) kdDebug(33001)<<"Error : setEffect()\n"; } -void KPrObjectIface::setEffect3(const QString & effect) +void KPrObjectIface::setEffect3(const TQString & effect) { if(effect=="NONE") obj->setEffect3(EF3_NONE); |
