diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-01-18 02:10:22 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-01-18 02:10:22 +0100 |
commit | 195641eb0e7972b32756e95340ebd48c21a7feaf (patch) | |
tree | 7f17e16782fb8961fd4a7d17b1bf2e7bc5d440b6 /src/settings.h | |
parent | Some moc adds and webview fixing.. (diff) | |
download | rekonq-195641eb0e7972b32756e95340ebd48c21a7feaf.tar.xz |
Partially ported rekonq to KConfigXT technology..
Perhaps ~50%..going on!!
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/src/settings.h b/src/settings.h index 79059ed6..f9ae6828 100644 --- a/src/settings.h +++ b/src/settings.h @@ -41,23 +41,17 @@ private: Private* const d; private slots: - void loadDefaults(); - void loadFromSettings(); - void saveToSettings(); - +// void loadFromSettings(); void setHomeToCurrentPage(); void showCookies(); void showExceptions(); - - void chooseFont(); +/* + void chooseStandardFont(); void chooseFixedFont(); - void slotOk(); - void slotApply(); - private: QFont m_standardFont; - QFont m_fixedFont; + QFont m_fixedFont;*/ }; #endif // SETTINGS_H |