summaryrefslogtreecommitdiff
path: root/vcl/unx/kde4/KDESalFrame.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/kde4/KDESalFrame.cxx')
-rw-r--r--vcl/unx/kde4/KDESalFrame.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/unx/kde4/KDESalFrame.cxx b/vcl/unx/kde4/KDESalFrame.cxx
index 226ec506b3fd..589977e152d7 100644
--- a/vcl/unx/kde4/KDESalFrame.cxx
+++ b/vcl/unx/kde4/KDESalFrame.cxx
@@ -74,7 +74,8 @@ static Color toColor( const QColor &rColor )
/** Helper function to read untranslated text entry from KConfig configuration repository.
*/
-static OUString readEntryUntranslated( KConfigGroup *pGroup, const char *pKey )
+static OUString readEntryUntranslated(
+ KConfigGroup const*const pGroup, char const*const pKey)
{
return OUString::createFromAscii( static_cast<const char *>(pGroup->readEntryUntranslated( pKey ).toAscii()) );
}