summaryrefslogtreecommitdiffstats
path: root/asciiquarium/src/asciiquarium.kcfg
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-04-26 18:43:25 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-05-21 12:19:31 +0900
commitc4638949d61912c44b027cc8dcc2b3c174d2d8aa (patch)
tree0720025c57ac5fe36461d2b2fce401472a92853c /asciiquarium/src/asciiquarium.kcfg
parentc2217d557536ce6c8b6fd255803113ef45f5dc4c (diff)
downloadtdeartwork-c4638949d61912c44b027cc8dcc2b3c174d2d8aa.tar.gz
tdeartwork-c4638949d61912c44b027cc8dcc2b3c174d2d8aa.zip
asciiquarium: Add cmake build support, app is renamed tdeasciiquarium.
Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 749694a3f2fecddf44633067c24851d8719b181e)
Diffstat (limited to 'asciiquarium/src/asciiquarium.kcfg')
-rw-r--r--asciiquarium/src/asciiquarium.kcfg14
1 files changed, 0 insertions, 14 deletions
diff --git a/asciiquarium/src/asciiquarium.kcfg b/asciiquarium/src/asciiquarium.kcfg
deleted file mode 100644
index 244a1197..00000000
--- a/asciiquarium/src/asciiquarium.kcfg
+++ /dev/null
@@ -1,14 +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="asciiquariumrc"/>
- <group name="Settings">
- <entry name="fishCount" type="Int">
- <label>Amount of fish to have in the sea.</label>
- <default>20</default>
- <whatsthis>You can use this value to select the number of fish that will be
- on screen at a given time.</whatsthis>
- </entry>
- </group>
-</kcfg>
-<!-- vim: set noet ts=4: -->