diff options
| author | Peter Penz <[email protected]> | 2009-10-10 14:13:50 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-10-10 14:13:50 +0000 |
| commit | eaeee9f7d68d120b1982f24e73d8183db3418261 (patch) | |
| tree | a890f309955e93cd2e44c8f95aa04ce4988939fb /src/dolphinmodel.cpp | |
| parent | ec6144e5cf91bfe7d0c0343e2f47db85aa1160b0 (diff) | |
Start of refactoring so that the metadata widget can be moved outside of Dolphin for other applications. The temporary removed code will be integrated again within the next 10 days (-> currently no meta data is shown and cannot be updated).
svn path=/trunk/KDE/kdebase/apps/; revision=1033585
Diffstat (limited to 'src/dolphinmodel.cpp')
| -rw-r--r-- | src/dolphinmodel.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dolphinmodel.cpp b/src/dolphinmodel.cpp index 503c1086d..3467c8a38 100644 --- a/src/dolphinmodel.cpp +++ b/src/dolphinmodel.cpp @@ -24,14 +24,6 @@ #include "kcategorizedview.h" -#include <config-nepomuk.h> -#ifdef HAVE_NEPOMUK -#include <nepomuk/global.h> -#include <nepomuk/resource.h> -#include <nepomuk/tag.h> -#include <Soprano/Vocabulary/Xesam> -#endif - #include <kdatetime.h> #include <kdirmodel.h> #include <kfileitem.h> |
