From 73007f7d632bdd5565b8394043bb2de07bebb336 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 28 Oct 2009 07:18:00 +0000 Subject: After some discussions at http://reviewboard.kde.org/r/1938 it turned out that moving KMetaDataWidget and KMetaDataConfigurationDialog to kdelibs should be postponed to KDE 4.5. The main reason is that adding application specific properties is not possible with the current API in a generic way. Also the topic how to hide properties application specific is an open point... So now all adjustments from the review have been adapted to the Dolphin code. After KDE 4.4 has been released some refactoring will be done so that the open topics above are handled in a nice way. svn path=/trunk/KDE/kdebase/apps/; revision=1041547 --- src/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ea6bda63a..f34367854 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -112,8 +112,8 @@ set(dolphin_SRCS pixmapviewer.cpp panels/information/informationpanel.cpp panels/information/informationpanelcontent.cpp - panels/information/metadatawidget.cpp - panels/information/metadataconfigurationdialog.cpp + panels/information/kmetadatawidget.cpp + panels/information/kmetadataconfigurationdialog.cpp panels/information/phononwidget.cpp panels/folders/ktreeview.cpp panels/places/placespanel.cpp @@ -157,10 +157,10 @@ kde4_add_kcfg_files(dolphin_SRCS if(Nepomuk_FOUND) set(dolphin_SRCS ${dolphin_SRCS} - panels/information/commentwidget.cpp - panels/information/edittagsdialog.cpp + panels/information/kcommentwidget.cpp + panels/information/kedittagsdialog.cpp panels/information/nepomukmassupdatejob.cpp - panels/information/taggingwidget.cpp + panels/information/ktaggingwidget.cpp ) endif(Nepomuk_FOUND) -- cgit v1.3.1