diff options
Diffstat (limited to 'tdeparts/partmanager.h')
-rw-r--r-- | tdeparts/partmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeparts/partmanager.h b/tdeparts/partmanager.h index 2f3169a94..30a25e37a 100644 --- a/tdeparts/partmanager.h +++ b/tdeparts/partmanager.h @@ -130,7 +130,7 @@ public: /** * Specifies which mouse buttons the partmanager should react upon. * By default it reacts on all mouse buttons (LMB/MMB/RMB). - * @param buttonMask a combination of TQt::ButtonState values e.g. Qt::LeftButton | Qt::MidButton + * @param buttonMask a combination of TQt::ButtonState values e.g. TQt::LeftButton | TQt::MidButton */ void setActivationButtonMask( short int buttonMask ); /** |