-rw-r--r-- | kaddressbook/kabprefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kaddressbook/kabprefs.h b/kaddressbook/kabprefs.h index 1098f4c..cc8413e 100644 --- a/kaddressbook/kabprefs.h +++ b/kaddressbook/kabprefs.h | |||
@@ -60,37 +60,36 @@ class KABPrefs : public KPimPrefs | |||
60 | 60 | ||
61 | /** Write preferences to config file */ | 61 | /** Write preferences to config file */ |
62 | // void usrWriteConfig(); | 62 | // void usrWriteConfig(); |
63 | #endif //KAB_EMBEDDED | 63 | #endif //KAB_EMBEDDED |
64 | void usrReadConfig(); | 64 | void usrReadConfig(); |
65 | 65 | ||
66 | 66 | ||
67 | // GUI | 67 | // GUI |
68 | bool mJumpButtonBarVisible; | 68 | bool mJumpButtonBarVisible; |
69 | bool mDetailsPageVisible; | 69 | bool mDetailsPageVisible; |
70 | bool mMultipleViewsAtOnce; | 70 | bool mMultipleViewsAtOnce; |
71 | bool mSearchWithReturn; | 71 | bool mSearchWithReturn; |
72 | QValueList<int> mExtensionsSplitter; | 72 | QValueList<int> mExtensionsSplitter; |
73 | QValueList<int> mDetailsSplitter; | 73 | QValueList<int> mDetailsSplitter; |
74 | 74 | ||
75 | // Extensions stuff | 75 | // Extensions stuff |
76 | int mCurrentExtension; | 76 | int mCurrentExtension; |
77 | QStringList mActiveExtensions; | 77 | QStringList mActiveExtensions; |
78 | 78 | ||
79 | // Views stuff | 79 | // Views stuff |
80 | QString mCurrentView; | 80 | QString mCurrentView; |
81 | QStringList mViewNames; | 81 | QStringList mViewNames; |
82 | 82 | ||
83 | // Filter | 83 | // Filter |
84 | int mCurrentFilter; | 84 | int mCurrentFilter; |
85 | 85 | ||
86 | void setCategoryDefaults(); | 86 | void setCategoryDefaults(); |
87 | QFont mDetailsFont; | 87 | QFont mDetailsFont; |
88 | 88 | ||
89 | private: | 89 | private: |
90 | KABPrefs(); | 90 | KABPrefs(); |
91 | 91 | ||
92 | QDict<QString> *mLocaleDict; | ||
93 | static KABPrefs *sInstance; | 92 | static KABPrefs *sInstance; |
94 | }; | 93 | }; |
95 | 94 | ||
96 | #endif | 95 | #endif |