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 /kcontrol/keys | |
parent | 32582677547665087f8ad4dae892dc579ec68cfc (diff) | |
download | tdebase-e8a1cdc01d38125bea12d5494db977ae6429919a.tar.gz tdebase-e8a1cdc01d38125bea12d5494db977ae6429919a.zip |
Rename additional global TQt functions
Diffstat (limited to 'kcontrol/keys')
-rw-r--r-- | kcontrol/keys/keyconfig.cpp | 4 | ||||
-rw-r--r-- | kcontrol/keys/shortcuts.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
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; } |