diff options
Diffstat (limited to 'kbfxlib/common/kbfxconfig.h')
| -rw-r--r-- | kbfxlib/common/kbfxconfig.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/kbfxlib/common/kbfxconfig.h b/kbfxlib/common/kbfxconfig.h index 13b8456..77f09ee 100644 --- a/kbfxlib/common/kbfxconfig.h +++ b/kbfxlib/common/kbfxconfig.h @@ -47,8 +47,8 @@ class KbfxConfig  {  	public:  		void read(); -		void readFontrc ( TQString &themePath, TQString &themeName, bool user_rc=TRUE ); -		void readThemerc ( TQString &themePath, TQString &themeName, bool user_rc=TRUE ); +		void readFontrc ( TQString &themePath, TQString &themeName, bool user_rc=true ); +		void readThemerc ( TQString &themePath, TQString &themeName, bool user_rc=true );  		void readThemeInfo ( TQString &themePath, TQString &themeName );  		void setDefault();  		void setThemeDefault(); | 
