summaryrefslogtreecommitdiff
path: root/core/settings/launcher/inputmethodsettings.h
Side-by-side diff
Diffstat (limited to 'core/settings/launcher/inputmethodsettings.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/launcher/inputmethodsettings.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/core/settings/launcher/inputmethodsettings.h b/core/settings/launcher/inputmethodsettings.h
index 486ee5e..2ae43f2 100644
--- a/core/settings/launcher/inputmethodsettings.h
+++ b/core/settings/launcher/inputmethodsettings.h
@@ -42,9 +42,6 @@ class InputMethodSettings : public QWidget
void accept ( );
- protected slots:
- void appletChanged ( );
-
protected:
void init ( );
@@ -52,6 +49,12 @@ class InputMethodSettings : public QWidget
QCheckBox* _resize;
QCheckBox* _float;
QSpinBox* _size;
+
+ private:
+ bool changed()const;
+ bool _wasResize : 1;
+ bool _wasFloat : 1;
+ int _wasWidth;
};
#endif