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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6c17e39..edb47b2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,7 +16,7 @@ d3lphin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) d3lphin_LDADD = $(LIB_TDEFILE) $(LIB_TDEPRINT) -lkonq # which sources should be compiled for d3lphin -d3lphin_SOURCES = bookmarkselector.cpp bookmarkssettingspage.cpp \ +d3lphin_SOURCES = bookmartdeselector.cpp bookmarkssettingspage.cpp \ bookmarkssidebarpage.cpp detailsviewsettingspage.cpp dolphin.cpp dolphincontextmenu.cpp \ dolphindetailsview.cpp dolphindetailsviewsettings.cpp dolphindirlister.cpp \ dolphiniconsview.cpp dolphiniconsviewsettings.cpp dolphinsettings.cpp \ @@ -29,7 +29,7 @@ d3lphin_SOURCES = bookmarkselector.cpp bookmarkssettingspage.cpp \ # these are the headers for your project -noinst_HEADERS = bookmarkselector.h bookmarkssettingspage.h \ +noinst_HEADERS = bookmartdeselector.h bookmarkssettingspage.h \ bookmarkssidebarpage.h detailsviewsettingspage.h dolphin.h dolphincontextmenu.h \ dolphindetailsview.h dolphindetailsviewsettings.h dolphindirlister.h dolphiniconsview.h \ dolphiniconsviewsettings.h dolphiniconsviewsettings.h iconsviewsettingspage.h dolphinsettings.h \ |