From e8a1cdc01d38125bea12d5494db977ae6429919a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:29:58 -0600 Subject: Rename additional global TQt functions --- kcontrol/keys/keyconfig.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kcontrol/keys/keyconfig.cpp') diff --git a/kcontrol/keys/keyconfig.cpp b/kcontrol/keys/keyconfig.cpp index 3de43f6a9..4e35f46a5 100644 --- a/kcontrol/keys/keyconfig.cpp +++ b/kcontrol/keys/keyconfig.cpp @@ -365,7 +365,7 @@ void KKeyModule::readScheme( int index ) TQDir d( kksPath ); if ( !d.exists() ) if ( !d.mkdir( kksPath ) ) { - qWarning("KKeyModule: Could not make directory to store user info."); + tqWarning("KKeyModule: Could not make directory to store user info."); return; } @@ -375,7 +375,7 @@ void KKeyModule::readScheme( int index ) d.setPath( kksPath ); if ( !d.exists() ) if ( !d.mkdir( kksPath ) ) { - qWarning("KKeyModule: Could not make directory to store user info."); + tqWarning("KKeyModule: Could not make directory to store user info."); return; } -- cgit v1.2.1