From 01c60a267846a8712bca34218ecf7da57566c049 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:26:45 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- tdeinit/phase1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeinit/phase1.cpp') 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 = ""; } -- cgit v1.2.3