diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:09:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:09:49 -0600 |
commit | 32932d14f9b794773c7eb4deb33777248065a37c (patch) | |
tree | 978eb031285dd470924948eec044da7714e90e02 /src/CMakeLists.txt | |
parent | 6b97d88a5acfa871e3a0d43728b09c79fd992564 (diff) | |
download | dolphin-32932d14f9b794773c7eb4deb33777248065a37c.tar.gz dolphin-32932d14f9b794773c7eb4deb33777248065a37c.zip |
Rename many classes and header files to avoid conflicts with KDE4
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 c0748eb..c6c2848 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 - bookmarkselector.cpp bookmarkssettingspage.cpp + bookmartdeselector.cpp bookmarkssettingspage.cpp bookmarkssidebarpage.cpp detailsviewsettingspage.cpp dolphin.cpp dolphincontextmenu.cpp dolphindetailsview.cpp |