-rw-r--r-- | korganizer/koprefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/korganizer/koprefs.h b/korganizer/koprefs.h index dddcdca..fa69d52 100644 --- a/korganizer/koprefs.h +++ b/korganizer/koprefs.h @@ -56,8 +56,9 @@ class KOPrefs : public KPimPrefs /** Write preferences to config file */ void usrWriteConfig(); void setCategoryDefaults(); + void setAllDefaults(); protected: void setTimeZoneIdDefault(); @@ -70,8 +71,9 @@ class KOPrefs : public KPimPrefs KOPrefs(); static KOPrefs *mInstance; QStringList getDefaultList(); + QStringList getLocationDefaultList(); public: // preferences data KConfig* getConfig(); void setFullName(const QString &); |