diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-03 00:09:57 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-03 00:09:57 +0200 |
commit | 0a8ad22850a60c6e42b359952a7aa208b3689f13 (patch) | |
tree | 3e6f4cd0a605b3d889fab4f56ad35b0206517bdb /src/CMakeLists.txt | |
parent | const char[] (diff) | |
download | rekonq-0a8ad22850a60c6e42b359952a7aa208b3689f13.tar.xz |
Fixing CMakelists and close buttons
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 16494f41..2ddf1117 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -24,7 +24,8 @@ SET( rekonq_SRCS lineedit.cpp stackedurlbar.cpp webpage.cpp - cookiedialogs.cpp + cookiedialog.cpp + cookieexceptiondialog.cpp ) KDE4_ADD_UI_FILES( rekonq_SRCS |