From: Peter Penz Date: Sat, 24 Jul 2010 22:23:16 +0000 (+0000) Subject: Sourcecode hierarchy cleanup: Move class PixmapViewer from "src" to "src/panels/infor... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/1b15dd24e9c28cdc5ee5a16d7ce646d4618107b9 Sourcecode hierarchy cleanup: Move class PixmapViewer from "src" to "src/panels/information" svn path=/trunk/KDE/kdebase/apps/; revision=1154154 --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 021edee38..09e58b720 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -102,9 +102,9 @@ set(dolphin_SRCS dolphincontextmenu.cpp filterbar/filterbar.cpp main.cpp - pixmapviewer.cpp panels/information/informationpanel.cpp panels/information/informationpanelcontent.cpp + panels/information/pixmapviewer.cpp panels/information/phononwidget.cpp panels/folders/ktreeview.cpp panels/places/placespanel.cpp @@ -197,7 +197,6 @@ install(TARGETS dolphin ${INSTALL_TARGETS_DEFAULT_ARGS}) ########################################## set(kcm_dolphinviewmodes_PART_SRCS - pixmapviewer.cpp settings/kcm/kcmdolphinviewmodes.cpp settings/viewmodes/columnviewsettingspage.cpp settings/viewmodes/detailsviewsettingspage.cpp diff --git a/src/pixmapviewer.cpp b/src/panels/information/pixmapviewer.cpp similarity index 100% rename from src/pixmapviewer.cpp rename to src/panels/information/pixmapviewer.cpp diff --git a/src/pixmapviewer.h b/src/panels/information/pixmapviewer.h similarity index 100% rename from src/pixmapviewer.h rename to src/panels/information/pixmapviewer.h