kcmodule.cpp
void updateWidgetsDefault()
static KLocale * locale()
void updateWidgets()
void setUseRootOnlyMsg(bool on)
Change whether or not the RootOnly message should be shown.
Definition: kcmodule.cpp:180
void unmanagedWidgetChangeState(bool)
Call this method when your manually managed widgets change state between changed and not changed...
Definition: kcmodule.cpp:153
static void setActiveInstance(KInstance *d)
bool useRootOnlyMsg() const
Tell if KControl should show a RootOnly message when run as a normal user.
Definition: kcmodule.cpp:185
void widgetChanged()
A managed widget was changed, the widget settings and the current settings are compared and a corresp...
Definition: kcmodule.cpp:136
const TQPtrList< KConfigDialogManager > & configs() const
Definition: kcmodule.cpp:212
bool hasChanged()
void setAboutData(KAboutData *about)
This sets the KAboutData returned by aboutData()
Definition: kcmodule.cpp:164
void insertCatalogue(const TQString &catalog)
KConfigDialogManager * addConfig(KConfigSkeleton *config, TQWidget *widget)
Adds a KConfigskeleton config to watch the widget widget.
Definition: kcmodule.cpp:98
bool managedWidgetChangeState() const
Returns the changed state of automatically managed widgets in this dialog.
Definition: kcmodule.cpp:141
virtual const KAboutData * aboutData() const
This is generally only called for the KBugReport.
Definition: kcmodule.cpp:159
virtual void defaults()
Sets the configuration to sensible default values.
Definition: kcmodule.cpp:129
KInstance * instance()
void updateSettings()
void changed()
Calling this slot is equivalent to emitting changed(true).
Definition: kcmodule.cpp:190