diff options
author | Jon Ander Peñalba <jonan88@gmail.com> | 2010-08-30 01:40:33 +0200 |
---|---|---|
committer | Jon Ander Peñalba <jonan88@gmail.com> | 2010-08-30 16:58:36 +0200 |
commit | 0d53995507a369d5b4cfddbe365fc8a438fcf3cf (patch) | |
tree | 0c3455349fe95bf1472cf72048127c2dc5888f60 /src/CMakeLists.txt | |
parent | Use the same FilterProxyModel for the bookmarks and history panels (diff) | |
download | rekonq-0d53995507a369d5b4cfddbe365fc8a438fcf3cf.tar.xz |
New general panel class created and used by the bookmarks and history panel
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 15f0ccac..276a2f25 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -33,6 +33,7 @@ SET( rekonq_KDEINIT_SRCS zoombar.cpp #---------------------------------------- panels/urlfilterproxymodel.cpp + panels/urlpanel.cpp #---------------------------------------- history/autosaver.cpp history/historymanager.cpp |