diff options
Diffstat (limited to 'src/modules/system/libkvisystem.cpp')
-rw-r--r-- | src/modules/system/libkvisystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/system/libkvisystem.cpp b/src/modules/system/libkvisystem.cpp index 7a5f3c77..d8ebcfd6 100644 --- a/src/modules/system/libkvisystem.cpp +++ b/src/modules/system/libkvisystem.cpp @@ -596,7 +596,7 @@ static bool system_kvs_fnc_dcop(KviKvsModuleFunctionCall *c) } #else if(!bTestMode) - c->warning(__tr2qs("DCOP calls are available only when KDE support is compiled in")); + c->warning(__tr2qs("DCOP calls are available only when TDE support is compiled in")); c->returnValue()->setInteger(0); #endif |