diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-08 12:54:28 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-08 12:54:28 -0600 |
commit | 3c5ccaf3be85df3a716d1595e35ae5da981753ea (patch) | |
tree | 3660036a70eef4c19187bf66b71676d40087cb72 /kcontrol | |
parent | fd2f0b369da80643e467caf3ecf9284a62231344 (diff) | |
download | tdebase-3c5ccaf3be85df3a716d1595e35ae5da981753ea.tar.gz tdebase-3c5ccaf3be85df3a716d1595e35ae5da981753ea.zip |
Fix unresponsive kcontrol theme manager buttons.
Diffstat (limited to 'kcontrol')
-rw-r--r-- | kcontrol/kthememanager/kthemedlg.ui.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kcontrol/kthememanager/kthemedlg.ui.h b/kcontrol/kthememanager/kthemedlg.ui.h index 762de201d..78e0e48e1 100644 --- a/kcontrol/kthememanager/kthemedlg.ui.h +++ b/kcontrol/kthememanager/kthemedlg.ui.h @@ -16,34 +16,34 @@ void KThemeDlg::startKonqui( const TQString & url ) void KThemeDlg::startBackground() { - KRun::runCommand("tdecmshell kde-background"); + KRun::runCommand("tdecmshell tde-background"); } void KThemeDlg::startColors() { - KRun::runCommand("tdecmshell kde-colors"); + KRun::runCommand("tdecmshell tde-colors"); } void KThemeDlg::startStyle() { - KRun::runCommand("tdecmshell kde-style"); + KRun::runCommand("tdecmshell tde-style"); } void KThemeDlg::startIcons() { - KRun::runCommand("tdecmshell kde-icons"); + KRun::runCommand("tdecmshell tde-icons"); } void KThemeDlg::startFonts() { - KRun::runCommand("tdecmshell kde-fonts"); + KRun::runCommand("tdecmshell tde-fonts"); } void KThemeDlg::startSaver() { - KRun::runCommand("tdecmshell kde-screensaver"); + KRun::runCommand("tdecmshell tde-screensaver"); } |