summaryrefslogtreecommitdiffstats
path: root/korganizer/actionmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/actionmanager.h')
-rw-r--r--korganizer/actionmanager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/actionmanager.h b/korganizer/actionmanager.h
index 3494ecff..22a36abd 100644
--- a/korganizer/actionmanager.h
+++ b/korganizer/actionmanager.h
@@ -30,7 +30,7 @@
#include <tqobject.h>
#include <kurl.h>
#include <korganizer/part.h>
-#include <tdepimmacros.h>
+#include <tdemacros.h>
#include "kcalendariface.h"
@@ -70,9 +70,9 @@ using namespace KCal;
actions are in one location.
It also provides DCOP interface[s].
*/
-class KDE_EXPORT ActionManager : public TQObject, public KCalendarIface
+class TDE_EXPORT ActionManager : public TQObject, public KCalendarIface
{
- Q_OBJECT
+ TQ_OBJECT
public:
ActionManager( KXMLGUIClient *client, CalendarView *widget,
@@ -259,7 +259,7 @@ class KDE_EXPORT ActionManager : public TQObject, public KCalendarIface
void keyBindings();
/**
- Using the TDEConfig associated with the kapp variable, read in the
+ Using the TDEConfig associated with the tdeApp variable, read in the
settings from the config file.
*/
void readSettings();