diff options
Diffstat (limited to 'kmrml/kmrml/lib/mrml_utils.cpp')
-rw-r--r-- | kmrml/kmrml/lib/mrml_utils.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmrml/kmrml/lib/mrml_utils.cpp b/kmrml/kmrml/lib/mrml_utils.cpp index d493e58d..80c44489 100644 --- a/kmrml/kmrml/lib/mrml_utils.cpp +++ b/kmrml/kmrml/lib/mrml_utils.cpp @@ -38,12 +38,12 @@ Util *Util::s_self = 0L; Util::Util() { - // we need our own dcopclient, when used in kio_mrml + // we need our own dcopclient, when used in tdeio_mrml if ( !DCOPClient::mainClient() ) { DCOPClient::setMainClient( new DCOPClient() ); if ( !DCOPClient::mainClient()->attach() ) - tqWarning( "kio_mrml: Can't attach to DCOP Server."); + tqWarning( "tdeio_mrml: Can't attach to DCOP Server."); } } |