From a37d43794f4369915068f585f6ff4720e93dd2af Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 18 Apr 2013 14:56:37 -0500 Subject: Allow paths to be saved without [$e] suffix on entry key --- tdecore/tdeconfigbase.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tdecore/tdeconfigbase.cpp') diff --git a/tdecore/tdeconfigbase.cpp b/tdecore/tdeconfigbase.cpp index a3b15185b..e8d384dbe 100644 --- a/tdecore/tdeconfigbase.cpp +++ b/tdecore/tdeconfigbase.cpp @@ -1178,6 +1178,13 @@ void TDEConfigBase::writePathEntry( const char *pKey, const TQString & path, writeEntry(pKey, translatePath(path), bPersistent, bGlobal, bNLS, true); } +void TDEConfigBase::writePathEntry( const char *pKey, const TQString & path, + bool bPersistent, bool bGlobal, + bool bNLS, bool expand) +{ + writeEntry(pKey, translatePath(path), bPersistent, bGlobal, bNLS, expand); +} + void TDEConfigBase::writePathEntry ( const TQString& pKey, const TQStringList &list, char sep , bool bPersistent, bool bGlobal, bool bNLS ) -- cgit v1.2.3