diff options
Diffstat (limited to 'libtdepim/kresourceprefs.h')
-rw-r--r-- | libtdepim/kresourceprefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/kresourceprefs.h b/libtdepim/kresourceprefs.h index 398490a13..102d5c5a1 100644 --- a/libtdepim/kresourceprefs.h +++ b/libtdepim/kresourceprefs.h @@ -35,7 +35,7 @@ class TQString; The prefix should be an unique identifier to avoid name clashes and the method has to be called before readConfig(), otherwise the wrong entries are read. */ -class KDE_EXPORT KResourcePrefs : public TDEConfigSkeleton +class TDE_EXPORT KResourcePrefs : public TDEConfigSkeleton { public: KResourcePrefs( const TQString &name = TQString() ); |