diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 17:59:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 17:59:29 -0600 |
commit | 5ddc4d2fa0a88092a515275b93575458cd36324d (patch) | |
tree | a61df79b87584910bde10f52db11739101816037 /kcontrol/kthememanager/ktheme.cpp | |
parent | d6e7c01d38b7d54b3090749ff7a8531f59900d4c (diff) | |
download | tdebase-5ddc4d2fa0a88092a515275b93575458cd36324d.tar.gz tdebase-5ddc4d2fa0a88092a515275b93575458cd36324d.zip |
Rename startkde to starttde
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 3b82e889e..e8eaa99b6 100644 --- a/kcontrol/kthememanager/ktheme.cpp +++ b/kcontrol/kthememanager/ktheme.cpp @@ -200,7 +200,7 @@ TQString KTheme::createYourself( bool pack ) KConfig * soundConf = new KConfig( "knotify.eventsrc", true ); TQStringList stdEvents; stdEvents << "cannotopenfile" << "catastrophe" << "exitkde" << "fatalerror" - << "notification" << "printerror" << "startkde" << "warning" + << "notification" << "printerror" << "starttde" << "warning" << "messageCritical" << "messageInformation" << "messageWarning" << "messageboxQuestion"; |