diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:12 -0600 |
commit | fd5d099065a748cac49e20a13481f85666c53c71 (patch) | |
tree | a0f1672cd88eb0e69b9ddc2ed9b08ecd98538bd3 /korganizer/korganizer.h | |
parent | b440a9c608596cd88efdb3bfa4661c5e37efbe4b (diff) | |
download | tdepim-fd5d099065a748cac49e20a13481f85666c53c71.tar.gz tdepim-fd5d099065a748cac49e20a13481f85666c53c71.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'korganizer/korganizer.h')
-rw-r--r-- | korganizer/korganizer.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/korganizer.h b/korganizer/korganizer.h index 4c15fb39e..76505f7f4 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 |