diff options
author | Michele Calgaro <[email protected]> | 2018-11-01 23:43:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-11-02 00:20:29 +0900 |
commit | 753410778bb37e179b6594d624ea7bdf82481352 (patch) | |
tree | 1835fb909c7170273849312f549114e161f127bd /kcontrol/kthememanager/ktheme.cpp | |
parent | c2c81633882a749bfe15f0d195cd074ecc4d2e0a (diff) | |
download | tdebase-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 <[email protected]>
(cherry picked from commit b854e365affbc01f61f6a3f58347847437883953)
Diffstat (limited to 'kcontrol/kthememanager/ktheme.cpp')
-rw-r--r-- | kcontrol/kthememanager/ktheme.cpp | 2 |
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"; |