Provide a configuration module for synaptiks. More...
#include <synaptikskcm.h>
Public Slots | |
| virtual void | save () |
| Called to save the configuration. | |
Public Member Functions | |
| SynaptiksKCM (QWidget *parent, const QList< QVariant > &args) | |
| Create a new configuration module. | |
Provide a configuration module for synaptiks.
| SynaptiksKCM::SynaptiksKCM | ( | QWidget * | parent, | |
| const QList< QVariant > & | args | |||
| ) |
Create a new configuration module.
| parent | the parent object | |
| args | ignored, required by kde plugin architecture. |
| void SynaptiksKCM::save | ( | ) | [virtual, slot] |
Called to save the configuration.
After saving the configuration, this function connects to the synaptiks daemon on the DBus session bus and tells it to re-read its configuration.
1.6.3