kconfigdialogmanager.h
Provides a means of automatically retrieving, saving and resetting KConfigSkeleton based settings in ...
Definition: kconfigdialogmanager.h:78
void settingsChanged(TQWidget *widget)
TODO: Verify One or more of the settings have been changed.
KConfigSkeleton * m_conf
KConfigSkeleton object used to store settings.
Definition: kconfigdialogmanager.h:209
void widgetModified()
If retrieveSettings() was told to track changes then if any known setting was changed this signal wil...
void settingsChanged()
One or more of the settings have been saved (such as when the user clicks on the Apply button).
TQSqlPropertyMap * propertyMap
Pointer to the property map for easy access.
Definition: kconfigdialogmanager.h:219
TQMap< TQString, TQCString > changedMap
Map of the classes and the signals that they emit when changed.
Definition: kconfigdialogmanager.h:224
Class for handling preferences settings for an application.
Definition: kconfigskeleton.h:366