summaryrefslogtreecommitdiffstats
path: root/tderesources/lib/kcal_cachesettingsdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/lib/kcal_cachesettingsdlg.h')
-rw-r--r--tderesources/lib/kcal_cachesettingsdlg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/lib/kcal_cachesettingsdlg.h b/tderesources/lib/kcal_cachesettingsdlg.h
index 51263e26..5fe2c757 100644
--- a/tderesources/lib/kcal_cachesettingsdlg.h
+++ b/tderesources/lib/kcal_cachesettingsdlg.h
@@ -23,7 +23,7 @@
#define KCAL_CACHESETTINGSDLG_H
#include <kdialogbase.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
namespace KRES {
@@ -39,9 +39,9 @@ class ResourceCachedSaveConfig;
Configuration widget for groupware tdeioslave resource.
@see KCalOpenGroupware
*/
-class KDE_EXPORT CacheSettingsDialog : public KDialogBase
+class TDE_EXPORT CacheSettingsDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
CacheSettingsDialog( TQWidget *parent = 0, const char *name = 0 );