diff options
Diffstat (limited to 'kpresenter/KPrObjectIface.h')
-rw-r--r-- | kpresenter/KPrObjectIface.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/kpresenter/KPrObjectIface.h b/kpresenter/KPrObjectIface.h index 5f8186b2..356f50ca 100644 --- a/kpresenter/KPrObjectIface.h +++ b/kpresenter/KPrObjectIface.h @@ -25,8 +25,8 @@ #include <dcopobject.h> #include <dcopref.h> -#include <qstring.h> -#include <qcolor.h> +#include <tqstring.h> +#include <tqcolor.h> class KPrObject; @@ -48,7 +48,7 @@ k_dcop: float angle() const; int shadowDistance() const; int shadowDirection() const; - QColor shadowColor() const; + TQColor shadowColor() const; int effect() const; int effect2() const; int appearStep() const; @@ -57,24 +57,24 @@ k_dcop: int disappearStep() const; int effect3() const; - void setEffect(const QString & effect); - void setEffect3(const QString & effect); + void setEffect(const TQString & effect); + void setEffect3(const TQString & effect); void setSelected( bool _selected ); void rotate( float _angle ); void setShadowDistance( int _distance ); - void shadowColor( const QColor & _color ); + void shadowColor( const TQColor & _color ); void setAppearTimer( int _appearTimer ); void setDisappearTimer( int _disappearTimer ); void setAppearSoundEffect( bool b ); void setDisappearSoundEffect( bool b ); - void setAppearSoundEffectFileName( const QString & _a_fileName ); - void setDisappearSoundEffectFileName( const QString &_d_fileName ); + void setAppearSoundEffectFileName( const TQString & _a_fileName ); + void setDisappearSoundEffectFileName( const TQString &_d_fileName ); - void setObjectName( const QString &_objectName ); + void setObjectName( const TQString &_objectName ); void setAppearStep( int _appearStep ); @@ -84,9 +84,9 @@ k_dcop: int disappearTimer() const; bool appearSoundEffect() const; bool disappearSoundEffect() const; - QString appearSoundEffectFileName() const; - QString disappearSoundEffectFileName() const; - QString typeString() const; + TQString appearSoundEffectFileName() const; + TQString disappearSoundEffectFileName() const; + TQString typeString() const; void setProtected( bool b ); bool isProtected() const; |