diff options
author | Slávek Banko <[email protected]> | 2013-02-19 19:27:06 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-02-19 19:27:06 +0100 |
commit | 36752706bbaa1e793e9b215216bac0a76b531410 (patch) | |
tree | de2584aed8e5ea2145bb6c2d00e2f5ca3ebc5e77 /src/CMakeLists.txt | |
parent | 3abb50353477ace087880978098aaae38f6a896d (diff) | |
download | dolphin-36752706bbaa1e793e9b215216bac0a76b531410.tar.gz dolphin-36752706bbaa1e793e9b215216bac0a76b531410.zip |
Fix unintended rename of bookmark*, mark*
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 c6c2848..c0748eb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -40,7 +40,7 @@ install( FILES d3lphinui.rc DESTINATION ${DATA_INSTALL_DIR}/d3lphin ) tde_add_executable( d3lphin AUTOMOC SOURCES - bookmartdeselector.cpp bookmarkssettingspage.cpp + bookmarkselector.cpp bookmarkssettingspage.cpp bookmarkssidebarpage.cpp detailsviewsettingspage.cpp dolphin.cpp dolphincontextmenu.cpp dolphindetailsview.cpp |