diff options
Diffstat (limited to 'akregator/src/mainwindow.h')
-rw-r--r-- | akregator/src/mainwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/mainwindow.h b/akregator/src/mainwindow.h index 6f0374b67..4acf5adaa 100644 --- a/akregator/src/mainwindow.h +++ b/akregator/src/mainwindow.h @@ -35,8 +35,8 @@ #include <tdeparts/browserextension.h> #include <tdeio/job.h> -class KActionCollection; -class KToggleAction; +class TDEActionCollection; +class TDEToggleAction; class KSqueezedTextLabel; class KProgress; @@ -127,7 +127,7 @@ protected slots: private: void setupActions(); - void connectActionCollection(KActionCollection *coll); + void connectActionCollection(TDEActionCollection *coll); KParts::BrowserExtension *browserExtension(KParts::ReadOnlyPart *p); |