diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:32:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:32:17 -0600 |
commit | c509088a31cffd8e6d25c00a00414025426fc737 (patch) | |
tree | 06242637d2244aa79ad8812f39e64005ffc5ea91 /kmrml/kmrml/lib/mrml_utils.cpp | |
parent | 913e257dbbebe29c4f356ebb9fc6e888d0d1ac75 (diff) | |
download | tdegraphics-c509088a31cffd8e6d25c00a00414025426fc737.tar.gz tdegraphics-c509088a31cffd8e6d25c00a00414025426fc737.zip |
Rename additional global TQt functions
Diffstat (limited to 'kmrml/kmrml/lib/mrml_utils.cpp')
-rw-r--r-- | kmrml/kmrml/lib/mrml_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmrml/kmrml/lib/mrml_utils.cpp b/kmrml/kmrml/lib/mrml_utils.cpp index f20dad6a..d493e58d 100644 --- a/kmrml/kmrml/lib/mrml_utils.cpp +++ b/kmrml/kmrml/lib/mrml_utils.cpp @@ -43,7 +43,7 @@ Util::Util() { DCOPClient::setMainClient( new DCOPClient() ); if ( !DCOPClient::mainClient()->attach() ) - qWarning( "kio_mrml: Can't attach to DCOP Server."); + tqWarning( "kio_mrml: Can't attach to DCOP Server."); } } |