diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:29:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:29:58 -0600 |
commit | e8a1cdc01d38125bea12d5494db977ae6429919a (patch) | |
tree | a4e4d6accfecc7d295edc44e9ade6f4fca90fb37 /twin/plugins.cpp | |
parent | 32582677547665087f8ad4dae892dc579ec68cfc (diff) | |
download | tdebase-e8a1cdc01d38125bea12d5494db977ae6429919a.tar.gz tdebase-e8a1cdc01d38125bea12d5494db977ae6429919a.zip |
Rename additional global TQt functions
Diffstat (limited to 'twin/plugins.cpp')
-rw-r--r-- | twin/plugins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/plugins.cpp b/twin/plugins.cpp index c1c1a4d40..d514c0963 100644 --- a/twin/plugins.cpp +++ b/twin/plugins.cpp @@ -29,7 +29,7 @@ PluginMgr::PluginMgr() void PluginMgr::error( const TQString &error_msg ) { - qWarning( "%s", (i18n("KWin: ") + error_msg + + tqWarning( "%s", (i18n("KWin: ") + error_msg + i18n("\nKWin will now exit...")).local8Bit().data() ); exit(1); } |