summaryrefslogtreecommitdiff
path: root/core/launcher/inputmethods.cpp
Side-by-side diff
Diffstat (limited to 'core/launcher/inputmethods.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/inputmethods.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/inputmethods.cpp b/core/launcher/inputmethods.cpp
index 24669ac..9e2a11d 100644
--- a/core/launcher/inputmethods.cpp
+++ b/core/launcher/inputmethods.cpp
@@ -77,13 +77,13 @@ int InputMethod::operator <=(const InputMethod& o) const
Slightly hacky: We use WStyle_Tool as a flag to say "this widget
belongs to the IM system, so clicking it should not cause a reset".
*/
class IMToolButton : public QToolButton
{
public:
- IMToolButton::IMToolButton( QWidget *parent ) : QToolButton( parent )
+ IMToolButton( QWidget *parent ) : QToolButton( parent )
{ setWFlags( WStyle_Tool );
setBackgroundOrigin( ParentOrigin );
setBackgroundMode( PaletteBackground );
}
};