diff options
Diffstat (limited to 'korganizer/actionmanager.h')
-rw-r--r-- | korganizer/actionmanager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/actionmanager.h b/korganizer/actionmanager.h index d7b8c417..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 <kdemacros.h> +#include <tdemacros.h> #include "kcalendariface.h" @@ -70,7 +70,7 @@ 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 { TQ_OBJECT @@ -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(); |