diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-14 10:39:36 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-14 10:39:36 +0200 |
commit | 6a5f7762fa7e2876d63c4adb9a1842acef0c7333 (patch) | |
tree | 85b7235eacb17121ffaa1cd3a4efebade84639e4 /src/CMakeLists.txt | |
parent | Finally cleaning Application class, getting rid of loadUrl(string) slot (diff) | |
download | rekonq-6a5f7762fa7e2876d63c4adb9a1842acef0c7333.tar.xz |
Stupid commit :)
Renamed urltreeview files to paneltreeviews one to let my konsole tab
completion easily work.
Blame me for this..
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 102935a6..2ab308de 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -15,11 +15,11 @@ SET( rekonq_KDEINIT_SRCS mainwindow.cpp networkaccessmanager.cpp newtabpage.cpp + paneltreeview.cpp previewselectorbar.cpp protocolhandler.cpp sessionmanager.cpp tabbar.cpp - urltreeview.cpp walletbar.cpp webinspectorpanel.cpp webpage.cpp |