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 ++-- kcontrol/keys/shortcuts.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kcontrol/keys') 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; } diff --git a/kcontrol/keys/shortcuts.cpp b/kcontrol/keys/shortcuts.cpp index 6bb9a08c2..ff71990c6 100644 --- a/kcontrol/keys/shortcuts.cpp +++ b/kcontrol/keys/shortcuts.cpp @@ -410,7 +410,7 @@ void ShortcutsModule::slotSaveSchemeAs() TQDir dir( kksPath ); if( !dir.exists() && !dir.mkdir( kksPath ) ) { - qWarning("KShortcutsModule: Could not make directory to store user info."); + tqWarning("KShortcutsModule: Could not make directory to store user info."); return; } -- cgit v1.2.1