summaryrefslogtreecommitdiffstats
path: root/korganizer/korganizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/korganizer.h')
-rw-r--r--korganizer/korganizer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/korganizer.h b/korganizer/korganizer.h
index 4c15fb39..76505f7f 100644
--- a/korganizer/korganizer.h
+++ b/korganizer/korganizer.h
@@ -38,9 +38,9 @@
#include <tdeparts/mainwindow.h>
class KTempFile;
-class KRecentFilesAction;
+class TDERecentFilesAction;
class KOWindowList;
-class KToggleAction;
+class TDEToggleAction;
class TDEProcess;
class KONewStuff;
class ActionManager;
@@ -55,7 +55,7 @@ typedef KOrg::MainWindow KOrgMainWindow;
typedef KParts::MainWindow KPartsMainWindow;
/**
- This is the main class for KOrganizer. It extends the KDE KMainWindow.
+ This is the main class for KOrganizer. It extends the KDE TDEMainWindow.
it provides the main view that the user sees upon startup, as well as
menus, buttons, etc. etc.
@@ -78,7 +78,7 @@ class KOrganizer : public KPartsMainWindow, public KOrgMainWindow
KOrg::CalendarViewBase *view() const;
ActionManager *actionManager() { return mActionManager; }
- KActionCollection *getActionCollection() const { return actionCollection(); }
+ TDEActionCollection *getActionCollection() const { return actionCollection(); }
/**
Open calendar file from URL. Merge into current calendar, if \a merge is