From b786c28e0431e01c5938a824709046fa149a6977 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 10 Oct 2009 21:28:37 +0000 Subject: Reactivate showing of general meta information. This is also done as part of the LoadFilesThread and is no special case anymore like in the old code base. svn path=/trunk/KDE/kdebase/apps/; revision=1033722 --- src/panels/information/informationpanelcontent.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/panels/information/informationpanelcontent.h') diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index 3b9fc6dc3..b39dcc70b 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -110,21 +110,6 @@ private: */ void setNameLabelText(const QString& text); - /** - * Assures that the settings for the meta information - * are initialized with proper default values. - */ - void initMetaInfoSettings(KConfigGroup& group); - - /** - * Temporary helper method for KDE 4.3 as we currently don't get - * translated labels for Nepmok literals: Replaces camelcase labels - * like "fileLocation" by "File Location:". - */ - QString tunedLabel(const QString& label) const; - - void init(); - private: KFileItem m_item; -- cgit v1.3.1