mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Fix .desktop entries and code where needed related to revision change 699388
svn path=/trunk/KDE/kdebase/apps/; revision=699390
This commit is contained in:
parent
917e0f59b6
commit
90b9d1b22a
12 changed files with 12 additions and 12 deletions
|
@ -3,7 +3,7 @@ Encoding=UTF-8
|
|||
Icon=personal
|
||||
Categories=QT;KDE;X-KDE-settings-security;
|
||||
X-KDE-ParentApp=kcontrol
|
||||
X-KDE-Library=useraccount
|
||||
X-KDE-Library=kcm_useraccount
|
||||
X-KDE-FactoryName=useraccount
|
||||
|
||||
Type=Service
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "template.h"
|
||||
|
||||
typedef KGenericFactory<CSSConfig, QWidget> CSSFactory;
|
||||
K_EXPORT_COMPONENT_FACTORY( css, CSSFactory("kcmcss") )
|
||||
K_EXPORT_COMPONENT_FACTORY( kcm_css, CSSFactory("kcmcss") )
|
||||
|
||||
CSSConfig::CSSConfig(QWidget *parent, const QStringList &)
|
||||
: KCModule(CSSFactory::componentData(), parent)
|
||||
|
|
|
@ -7,7 +7,7 @@ Exec=kcmshell kcmcss
|
|||
DocPath=kcontrol/kcmcss/index.html
|
||||
|
||||
|
||||
X-KDE-Library=css
|
||||
X-KDE-Library=kcm_css
|
||||
X-KDE-ParentApp=kcontrol
|
||||
|
||||
Name=Stylesheets
|
||||
|
|
|
@ -7,7 +7,7 @@ Icon=enhanced_browsing
|
|||
Exec=kcmshell ebrowsing
|
||||
|
||||
|
||||
X-KDE-Library=kurifilt
|
||||
X-KDE-Library=kcm_kurifilt
|
||||
X-KDE-FactoryName=kurifilt
|
||||
X-KDE-ParentApp=kcontrol
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "filegroupdetails.h"
|
||||
|
||||
typedef KGenericFactory<FileTypesView> FileTypesViewFactory;
|
||||
K_EXPORT_COMPONENT_FACTORY(filetypes, FileTypesViewFactory("filetypes"))
|
||||
K_EXPORT_COMPONENT_FACTORY(kcm_filetypes, FileTypesViewFactory("filetypes"))
|
||||
|
||||
FileTypesView::FileTypesView(QWidget *parent, const QStringList &)
|
||||
: KCModule(FileTypesViewFactory::componentData(), parent)
|
||||
|
|
|
@ -8,7 +8,7 @@ Exec=kcmshell khtml_behavior
|
|||
X-KDE-ParentApp=kcontrol
|
||||
|
||||
|
||||
X-KDE-Library=konqhtml
|
||||
X-KDE-Library=kcm_konqhtml
|
||||
X-KDE-FactoryName=khtml_behavior
|
||||
|
||||
Name=Web Behavior
|
||||
|
|
|
@ -7,7 +7,7 @@ DocPath=kcontrol/khtml/index.html#khtml-adblock
|
|||
Icon=filter
|
||||
Exec=kcmshell khtml_filter
|
||||
|
||||
X-KDE-Library=konqhtml
|
||||
X-KDE-Library=kcm_konqhtml
|
||||
X-KDE-FactoryName=khtml_filter
|
||||
X-KDE-ParentApp=kcontrol
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ Exec=kcmshell khtml_fonts
|
|||
X-KDE-ParentApp=kcontrol
|
||||
|
||||
|
||||
X-KDE-Library=konqhtml
|
||||
X-KDE-Library=kcm_konqhtml
|
||||
X-KDE-FactoryName=khtml_fonts
|
||||
|
||||
Name=Fonts
|
||||
|
|
|
@ -8,7 +8,7 @@ Exec=kcmshell khtml_general
|
|||
X-KDE-ParentApp=kcontrol
|
||||
|
||||
|
||||
X-KDE-Library=konqhtml
|
||||
X-KDE-Library=kcm_konqhtml
|
||||
X-KDE-FactoryName=khtml_general
|
||||
|
||||
Name=General
|
||||
|
|
|
@ -9,7 +9,7 @@ X-KDE-ParentApp=kcontrol
|
|||
|
||||
|
||||
|
||||
X-KDE-Library=konqhtml
|
||||
X-KDE-Library=kcm_konqhtml
|
||||
X-KDE-FactoryName=khtml_java_js
|
||||
|
||||
Name=Java & JavaScript
|
||||
|
|
|
@ -5,7 +5,7 @@ Type=Service
|
|||
ServiceTypes=KCModule
|
||||
Exec=kcmshell kcmkonqyperformance
|
||||
|
||||
X-KDE-Library=performance
|
||||
X-KDE-Library=kcm_performance
|
||||
X-KDE-FactoryName=konqueror
|
||||
#X-KDE-ParentApp=kcontrol
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Type=Service
|
|||
ServiceTypes=KCModule
|
||||
Exec=kcmshell kcmhistory
|
||||
|
||||
X-KDE-Library=history
|
||||
X-KDE-Library=kcm_history
|
||||
X-KDE-FactoryName=history
|
||||
X-KDE-ParentApp=kcontrol
|
||||
|
||||
|
|
Loading…
Reference in a new issue