diff -r 2fee987ebaff -r ab0490982943 controlpanelui/src/cpplugins/keytouchfdbkplugin/src/cpkeyscreenmodel.h --- a/controlpanelui/src/cpplugins/keytouchfdbkplugin/src/cpkeyscreenmodel.h Thu Sep 02 17:11:27 2010 +0800 +++ b/controlpanelui/src/cpplugins/keytouchfdbkplugin/src/cpkeyscreenmodel.h Thu Sep 30 16:15:53 2010 +0800 @@ -18,6 +18,7 @@ #ifndef CPKEYSCREENMODEL_H #define CPKEYSCREENMODEL_H + class CpKeyScreenModelPrivate; class CpKeyScreenModel @@ -36,8 +37,9 @@ bool isBrightnessSupported(); int brightness(); void setBrightness(int value); - bool isCallibrationSupported(); - + bool isScreensaverSupported(); + bool screensaver(); + void setScreensaver(bool value); private: CpKeyScreenModelPrivate* ptr; };