mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
kuiserver: remove unused kcfg files
kuiserver is no configurable, the notifications plasma applet (which shows jobs progress) is tho Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
1a2cc4e2ba
commit
311ddf7016
4 changed files with 0 additions and 36 deletions
|
@ -30,9 +30,6 @@ kde4_add_dbus_service(org.kde.kuiserver.service.in)
|
||||||
|
|
||||||
#</DBus Stuff>
|
#</DBus Stuff>
|
||||||
|
|
||||||
|
|
||||||
kde4_add_kcfg_files(kuiserver_SRCS kuiserversettings.kcfgc)
|
|
||||||
|
|
||||||
add_executable(kuiserver ${kuiserver_SRCS})
|
add_executable(kuiserver ${kuiserver_SRCS})
|
||||||
|
|
||||||
target_link_libraries(kuiserver KDE4::kio)
|
target_link_libraries(kuiserver KDE4::kio)
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
#include <QtDBus/qdbusextratypes.h>
|
#include <QtDBus/qdbusextratypes.h>
|
||||||
|
|
||||||
#include <kio/global.h>
|
#include <kio/global.h>
|
||||||
#include <kuiserversettings.h>
|
|
||||||
|
|
||||||
class RequestViewCallWatcher;
|
class RequestViewCallWatcher;
|
||||||
class OrgKdeJobViewInterface;
|
class OrgKdeJobViewInterface;
|
||||||
|
|
|
@ -1,28 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE kcfg SYSTEM
|
|
||||||
"http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
|
|
||||||
<kcfg>
|
|
||||||
<kcfgfile name="kuiserverrc"/>
|
|
||||||
<group name="Configuration">
|
|
||||||
<entry key="radioMove" type="Bool">
|
|
||||||
<label>Move them to a different list.</label>
|
|
||||||
<default>false</default>
|
|
||||||
</entry>
|
|
||||||
<entry key="radioRemove" type="Bool">
|
|
||||||
<label>Remove them.</label>
|
|
||||||
<default>true</default>
|
|
||||||
</entry>
|
|
||||||
<entry key="radioList" type="Bool">
|
|
||||||
<label>Show all jobs in a list.</label>
|
|
||||||
<default>true</default>
|
|
||||||
</entry>
|
|
||||||
<entry key="radioTree" type="Bool">
|
|
||||||
<label>Show all jobs in a tree.</label>
|
|
||||||
<default>false</default>
|
|
||||||
</entry>
|
|
||||||
<entry key="checkShowSeparateWindows" type="Bool">
|
|
||||||
<label>Show separate windows.</label>
|
|
||||||
<default>false</default>
|
|
||||||
</entry>
|
|
||||||
</group>
|
|
||||||
</kcfg>
|
|
|
@ -1,4 +0,0 @@
|
||||||
File=kuiserversettings.kcfg
|
|
||||||
ClassName=Configuration
|
|
||||||
Singleton=true
|
|
||||||
Mutators=true
|
|
Loading…
Add table
Reference in a new issue