diff options
Diffstat (limited to 'src/kvilib/ext')
| -rw-r--r-- | src/kvilib/ext/kvi_regusersdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvilib/ext/kvi_regusersdb.h b/src/kvilib/ext/kvi_regusersdb.h index 6d587ba1..8b04fe8a 100644 --- a/src/kvilib/ext/kvi_regusersdb.h +++ b/src/kvilib/ext/kvi_regusersdb.h @@ -98,7 +98,7 @@ public: const TQString & getProperty(const TQString &name); // returns 0 if the property is not there bool getProperty(const TQString &name,TQString &value); // returns false if the property is not there - bool getBoolProperty(const TQString &name,bool def=FALSE); // returns true if the property is there and is true + bool getBoolProperty(const TQString &name,bool def=false); // returns true if the property is there and is true // the propertyDict may be 0! KviPointerHashTable<TQString,TQString> * propertyDict(){ return m_pPropertyDict; }; // this is never zero (but may contain no masks) |
