From 8a7f84326d6d454a207247757d00c04d4c9f27c1 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 14 Mar 2007 21:11:48 +0000 Subject: Fixed some minor coding guidelines issues (getFoo() -> foo(), ...) to be aligned with the kdelibs coding style (http://techbase.kde.org/Policies/Kdelibs_Coding_Style). The infosidebar code will be rewritten anyway, but copy/paste often is faster than light ;-) svn path=/trunk/KDE/kdebase/apps/; revision=642613 --- src/metadataloader.h | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'src/metadataloader.h') diff --git a/src/metadataloader.h b/src/metadataloader.h index 98cf7187a..5bc2686ce 100644 --- a/src/metadataloader.h +++ b/src/metadataloader.h @@ -21,11 +21,6 @@ #ifndef METADATALOADER_H #define METADATALOADER_H -namespace Nempomuk { -namespace Backbone { - class Registry; -} -} class KUrl; class QString; @@ -39,15 +34,15 @@ class MetadataLoader { friend class DolphinApplication; public: - ~MetadataLoader(); - bool storageUp(); + ~MetadataLoader(); + bool storageUp(); - QString getAnnotation(const KUrl& file); - void setAnnotation(const KUrl& file, const QString& annotation); + QString annotation(const KUrl& file); + void setAnnotation(const KUrl& file, const QString& annotation); private: - MetadataLoader(); - bool m_up; + MetadataLoader(); + bool m_up; }; -- cgit v1.3