summaryrefslogtreecommitdiffstats
path: root/kcontrol/keys/keyconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/keys/keyconfig.cpp')
-rw-r--r--kcontrol/keys/keyconfig.cpp4
1 files changed, 2 insertions, 2 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;
}