author | mickeyl <mickeyl> | 2006-05-25 22:17:56 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2006-05-25 22:17:56 (UTC) |
commit | 3939f306b734491e04ee3df7043302bd0990df05 (patch) (unidiff) | |
tree | 519da8af233b8a07ca95049deb936dd17df4b8fe /core | |
parent | db458e08c0dbd03f575c2c99592a828e3791abd5 (diff) | |
download | opie-3939f306b734491e04ee3df7043302bd0990df05.zip opie-3939f306b734491e04ee3df7043302bd0990df05.tar.gz opie-3939f306b734491e04ee3df7043302bd0990df05.tar.bz2 |
g++ 4.1.1 fix
-rw-r--r-- | core/launcher/inputmethods.cpp | 2 |
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 | |||
@@ -80,7 +80,7 @@ int InputMethod::operator <=(const InputMethod& o) const | |||
80 | class IMToolButton : public QToolButton | 80 | class IMToolButton : public QToolButton |
81 | { | 81 | { |
82 | public: | 82 | public: |
83 | IMToolButton::IMToolButton( QWidget *parent ) : QToolButton( parent ) | 83 | IMToolButton( QWidget *parent ) : QToolButton( parent ) |
84 | { setWFlags( WStyle_Tool ); | 84 | { setWFlags( WStyle_Tool ); |
85 | setBackgroundOrigin( ParentOrigin ); | 85 | setBackgroundOrigin( ParentOrigin ); |
86 | setBackgroundMode( PaletteBackground ); | 86 | setBackgroundMode( PaletteBackground ); |