diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-23 01:28:39 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-23 01:28:39 +0200 |
commit | e6752ba908497ae0c3756315b75509efb2fdbf26 (patch) | |
tree | f6a3de95d585c75e97fd3aef75b9c850730bae55 /src/CMakeLists.txt | |
parent | Fixing new AccessManager. Removed webpage createPlugin slot (diff) | |
download | rekonq-e6752ba908497ae0c3756315b75509efb2fdbf26.tar.xz |
splitted web classes
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 615a68e5..cbb1421d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -22,6 +22,7 @@ SET( rekonq_SRCS panelhistory.cpp lineedit.cpp stackedurlbar.cpp + webpage.cpp ) KDE4_ADD_UI_FILES( rekonq_SRCS |