diff options
Diffstat (limited to 'lib/kofficecore/KoMainWindow.h')
-rw-r--r-- | lib/kofficecore/KoMainWindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kofficecore/KoMainWindow.h b/lib/kofficecore/KoMainWindow.h index 6310deda..81dcd587 100644 --- a/lib/kofficecore/KoMainWindow.h +++ b/lib/kofficecore/KoMainWindow.h @@ -30,7 +30,7 @@ class TQLabel; class KoView; class KoMainWindowPrivate; class KURL; -class KRecentFilesAction; +class TDERecentFilesAction; class KoFilterManager; class DCOPObject; @@ -354,7 +354,7 @@ protected: // protected methods are mostly for koshell, it's the only one derivi */ void saveRecentFiles(); - KRecentFilesAction *recentAction() const { return m_recent; } + TDERecentFilesAction *recentAction() const { return m_recent; } private: @@ -368,7 +368,7 @@ private: void saveWindowSettings(); - KRecentFilesAction *m_recent; + TDERecentFilesAction *m_recent; protected slots: virtual void slotActivePartChanged( KParts::Part *newPart ); |