summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoPictureBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoPictureBase.cpp')
-rw-r--r--lib/kofficecore/KoPictureBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoPictureBase.cpp b/lib/kofficecore/KoPictureBase.cpp
index 5f81efde..1d476f74 100644
--- a/lib/kofficecore/KoPictureBase.cpp
+++ b/lib/kofficecore/KoPictureBase.cpp
@@ -39,7 +39,7 @@ KoPictureBase::KoPictureBase(void)
// Slow mode can be very slow, especially at high zoom levels -> configurable
if ( s_useSlowResizeMode == -1 )
{
- KConfigGroup group( TDEGlobal::config(), "KOfficeImage" );
+ TDEConfigGroup group( TDEGlobal::config(), "KOfficeImage" );
s_useSlowResizeMode = group.readNumEntry( "HighResolution", 1 );
kdDebug(30003) << "HighResolution = " << s_useSlowResizeMode << endl;
}