diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-15 00:38:50 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-15 00:38:50 +0100 |
commit | ae8aceced59f5d8721e986e7fc1c66c9026e87df (patch) | |
tree | ffe1c74221a3bb674c782ed5c1807fec699b20c1 /src/CMakeLists.txt | |
parent | Merge commit 'refs/merge-requests/105' of git://gitorious.org/rekonq/mainline... (diff) | |
download | rekonq-ae8aceced59f5d8721e986e7fc1c66c9026e87df.tar.xz |
Created a new Network Widget containing Cache, Cookies & Proxy Settings.
This for multiple purposes:
- clean a bit our settings dialog. Network settings are usually the less used
- Provide a unique place where managing the settings network related. This to
implement (one day) some better Ui to manage them.
This commit also fixes all the handling with the network & the adblock widgets
related to updating buttons and settings Ui at the beginning.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f05bbbdb..7d0c1639 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -35,6 +35,7 @@ SET( rekonq_KDEINIT_SRCS #---------------------------------------- settings/settingsdialog.cpp settings/adblockwidget.cpp + settings/networkwidget.cpp #---------------------------------------- bookmarks/bookmarksmanager.cpp bookmarks/bookmarkspanel.cpp |