diff options
Diffstat (limited to 'kpresenter/KPrRotationDialogImpl.cpp')
-rw-r--r-- | kpresenter/KPrRotationDialogImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrRotationDialogImpl.cpp b/kpresenter/KPrRotationDialogImpl.cpp index 13340d31..8e845dc7 100644 --- a/kpresenter/KPrRotationDialogImpl.cpp +++ b/kpresenter/KPrRotationDialogImpl.cpp @@ -130,7 +130,7 @@ KPrCircleToggle::KPrCircleToggle( TQWidget *parent, const TQString &image, int i } void KPrCircleToggle::mousePressEvent ( TQMouseEvent * e ) { - if(e->button() != Qt:: LeftButton) + if(e->button() != TQt:: LeftButton) return; setChecked(!m_selected); } |