summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-11-01 23:43:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-11-02 00:20:29 +0900
commit753410778bb37e179b6594d624ea7bdf82481352 (patch)
tree1835fb909c7170273849312f549114e161f127bd /kcontrol
parentc2c81633882a749bfe15f0d195cd074ecc4d2e0a (diff)
downloadtdebase-753410778bb37e179b6594d624ea7bdf82481352.tar.gz
tdebase-753410778bb37e179b6594d624ea7bdf82481352.zip
Conversion startkde -> starttde, exitkde -> exittde in r14-xdg-upd file and related usage in code. This resolves bug 2282 and 2283.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b854e365affbc01f61f6a3f58347847437883953)
Diffstat (limited to 'kcontrol')
-rw-r--r--kcontrol/kthememanager/ktheme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/kthememanager/ktheme.cpp b/kcontrol/kthememanager/ktheme.cpp
index 0dcee8105..fc2d6e1c9 100644
--- a/kcontrol/kthememanager/ktheme.cpp
+++ b/kcontrol/kthememanager/ktheme.cpp
@@ -199,7 +199,7 @@ TQString KTheme::createYourself( bool pack )
// 4.1 Global sounds
TDEConfig * soundConf = new TDEConfig( "knotify.eventsrc", true );
TQStringList stdEvents;
- stdEvents << "cannotopenfile" << "catastrophe" << "exitkde" << "fatalerror"
+ stdEvents << "cannotopenfile" << "catastrophe" << "exittde" << "fatalerror"
<< "notification" << "printerror" << "starttde" << "warning"
<< "messageCritical" << "messageInformation" << "messageWarning"
<< "messageboxQuestion";