diff options
Diffstat (limited to 'src/tdmtheme.cpp')
| -rw-r--r-- | src/tdmtheme.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tdmtheme.cpp b/src/tdmtheme.cpp index d13f15e..e063ff1 100644 --- a/src/tdmtheme.cpp +++ b/src/tdmtheme.cpp @@ -174,8 +174,8 @@ void TDMThemeWidget::load() bool sakEnabled = config->readBoolEntry( "UseSAK", false ); if (sakEnabled) { // FIXME - // Integrate KDE_BINDIR with Autotools and use this line instead of the one below it... - // if (system(KDE_BINDIR "/tsak checkdeps") != 0) { + // Integrate TDE_BINDIR with Autotools and use this line instead of the one below it... + // if (system(TDE_BINDIR "/tsak checkdeps") != 0) { if (system("tsak checkdeps") != 0) { sakEnabled = false; } |
