diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:26:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:26:45 -0600 |
commit | 01c60a267846a8712bca34218ecf7da57566c049 (patch) | |
tree | e851781b4ff0487aad8a48739ac0061186343e49 /tdeinit | |
parent | 5e5409d89552fa6839ab6cd52a47306eb4d650f0 (diff) | |
download | tdebase-01c60a267846a8712bca34218ecf7da57566c049.tar.gz tdebase-01c60a267846a8712bca34218ecf7da57566c049.zip |
Rename KStandard for enhanced compatibility with KDE4
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 = ""; } |