diff options
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; } |