diff options
Diffstat (limited to 'kpresenter/KPrShadowDialogImpl.h')
-rw-r--r-- | kpresenter/KPrShadowDialogImpl.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kpresenter/KPrShadowDialogImpl.h b/kpresenter/KPrShadowDialogImpl.h index ad536f5f..c6c95876 100644 --- a/kpresenter/KPrShadowDialogImpl.h +++ b/kpresenter/KPrShadowDialogImpl.h @@ -10,24 +10,25 @@ class KPrTextPreview; class KPrShadowDialogImpl : public ShadowDialogBase { Q_OBJECT + TQ_OBJECT public: - KPrShadowDialogImpl( QWidget *parent, const char* name = 0 ); + KPrShadowDialogImpl( TQWidget *tqparent, const char* name = 0 ); ~KPrShadowDialogImpl() {} void setShadowDirection( ShadowDirection sd ); void setShadowDistance( int sd ); - void setShadowColor( const QColor &sc ); + void setShadowColor( const TQColor &sc ); ShadowDirection shadowDirection(); int shadowDistance(); - QColor shadowColor(); + TQColor shadowColor(); signals: void apply(); protected slots: - void colorChanged( const QColor& ); + void colorChanged( const TQColor& ); void directionChanged( int ); void distanceChanged( int ); void applyClicked(); |