summaryrefslogtreecommitdiffstats
path: root/kab/qconfigDB.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kab/qconfigDB.cpp')
-rw-r--r--kab/qconfigDB.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kab/qconfigDB.cpp b/kab/qconfigDB.cpp
index 1112f7c7d..ed4c2b15a 100644
--- a/kab/qconfigDB.cpp
+++ b/kab/qconfigDB.cpp
@@ -712,7 +712,7 @@ KeyValueMap::get(const TQCString& key, bool& value) const
bool GUARD; GUARD=false;
// ###########################################################################
kdDebug(GUARD, KAB_KDEBUG_AREA) << "KeyValueMap::get[bool]: trying to get "
- "BOOL value for key " << key << endl;
+ "bool value for key " << key << endl;
TQCString v;
// ----- get string representation:
if(!get(key, v))