diff options
Diffstat (limited to 'kpresenter/KPrShadowDialogImpl.cpp')
-rw-r--r-- | kpresenter/KPrShadowDialogImpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrShadowDialogImpl.cpp b/kpresenter/KPrShadowDialogImpl.cpp index 20ebe105..d229da34 100644 --- a/kpresenter/KPrShadowDialogImpl.cpp +++ b/kpresenter/KPrShadowDialogImpl.cpp @@ -25,8 +25,8 @@ KPrShadowDialogImpl::KPrShadowDialogImpl( TQWidget *parent, const char* name ) lbButton->setPixmap( BarIcon( "shadowLB" ) ); lButton->setPixmap( BarIcon( "shadowL" ) ); - connect( colorButton, TQT_SIGNAL( changed( const TQColor& ) ), - TQT_SLOT( colorChanged( const TQColor& ) ) ); + connect( colorButton, TQ_SIGNAL( changed( const TQColor& ) ), + TQ_SLOT( colorChanged( const TQColor& ) ) ); } void KPrShadowDialogImpl::setShadowDirection( ShadowDirection d ) |