-rw-r--r-- | core/applets/rotateapplet/rotate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/rotateapplet/rotate.cpp b/core/applets/rotateapplet/rotate.cpp index 42406da..0ead016 100644 --- a/core/applets/rotateapplet/rotate.cpp +++ b/core/applets/rotateapplet/rotate.cpp | |||
@@ -46,13 +46,13 @@ RotateApplet::RotateApplet ( ) | |||
46 | RotateApplet::~RotateApplet ( ) | 46 | RotateApplet::~RotateApplet ( ) |
47 | { | 47 | { |
48 | } | 48 | } |
49 | 49 | ||
50 | int RotateApplet::position ( ) const | 50 | int RotateApplet::position ( ) const |
51 | { | 51 | { |
52 | return 2; | 52 | return 3; |
53 | } | 53 | } |
54 | 54 | ||
55 | QString RotateApplet::name ( ) const | 55 | QString RotateApplet::name ( ) const |
56 | { | 56 | { |
57 | return tr( "Rotate shortcut" ); | 57 | return tr( "Rotate shortcut" ); |
58 | } | 58 | } |