diff options
Diffstat (limited to 'tdeinit')
-rw-r--r-- | tdeinit/phase1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeinit/phase1.cpp b/tdeinit/phase1.cpp index f42d258a0..f1004759f 100644 --- a/tdeinit/phase1.cpp +++ b/tdeinit/phase1.cpp @@ -68,7 +68,7 @@ int main(int argc, char **argv) } // Make sure the specified WM exists - if (KStandardDirs::findExe(wmToLaunch) == TQString::null) { + if (TDEStandardDirs::findExe(wmToLaunch) == TQString::null) { wmToLaunch = ""; } |