diff options
Diffstat (limited to 'korganizer/docprefs.cpp')
-rw-r--r-- | korganizer/docprefs.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/docprefs.cpp b/korganizer/docprefs.cpp index 4bea8a8a..f89f9809 100644 --- a/korganizer/docprefs.cpp +++ b/korganizer/docprefs.cpp @@ -22,18 +22,18 @@ without including the source code for TQt in the source distribution. */ -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <tdestandarddirs.h> #include <kdebug.h> #include "docprefs.h" -KSimpleConfig *DocPrefs::mConfig = 0; +TDESimpleConfig *DocPrefs::mConfig = 0; DocPrefs::DocPrefs( const TQString &type ) { if ( !mConfig ) { - mConfig = new KSimpleConfig( locateLocal( "data", "korganizer/docprefs." + type + ".tdeconfig" ) ); + mConfig = new TDESimpleConfig( locateLocal( "data", "korganizer/docprefs." + type + ".tdeconfig" ) ); } } |