By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1704
Collapse All | Expand All

(-)tdebase/kcontrol/kthememanager/kthemedlg.ui.h (-6 / +6 lines)
Lines 16-49 Link Here
16
16
17
void KThemeDlg::startBackground()
17
void KThemeDlg::startBackground()
18
{
18
{
19
    KRun::runCommand("tdecmshell kde-background");
19
    KRun::runCommand("tdecmshell tde-background");
20
}
20
}
21
21
22
22
23
void KThemeDlg::startColors()
23
void KThemeDlg::startColors()
24
{
24
{
25
    KRun::runCommand("tdecmshell kde-colors");
25
    KRun::runCommand("tdecmshell tde-colors");
26
}
26
}
27
27
28
28
29
void KThemeDlg::startStyle()
29
void KThemeDlg::startStyle()
30
{
30
{
31
    KRun::runCommand("tdecmshell kde-style");
31
    KRun::runCommand("tdecmshell tde-style");
32
}
32
}
33
33
34
34
35
void KThemeDlg::startIcons()
35
void KThemeDlg::startIcons()
36
{
36
{
37
    KRun::runCommand("tdecmshell kde-icons");
37
    KRun::runCommand("tdecmshell tde-icons");
38
}
38
}
39
39
40
void KThemeDlg::startFonts()
40
void KThemeDlg::startFonts()
41
{
41
{
42
   KRun::runCommand("tdecmshell kde-fonts");
42
   KRun::runCommand("tdecmshell tde-fonts");
43
}
43
}
44
44
45
45
46
void KThemeDlg::startSaver()
46
void KThemeDlg::startSaver()
47
{
47
{
48
    KRun::runCommand("tdecmshell kde-screensaver");
48
    KRun::runCommand("tdecmshell tde-screensaver");
49
}
49
}

Return to bug 1704