diff options
Diffstat (limited to 'kpdf/shell/shell.h')
-rw-r--r-- | kpdf/shell/shell.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kpdf/shell/shell.h b/kpdf/shell/shell.h index 6fc2a21e..560be8fd 100644 --- a/kpdf/shell/shell.h +++ b/kpdf/shell/shell.h @@ -97,11 +97,11 @@ namespace KPDF private: KParts::ReadOnlyPart* m_part; - KRecentFilesAction* m_recent; - KAction* m_printAction; - KToggleAction* m_fullScreenAction; - KToggleAction* m_showMenuBarAction; - KToggleAction* m_showToolBarAction; + TDERecentFilesAction* m_recent; + TDEAction* m_printAction; + TDEToggleAction* m_fullScreenAction; + TDEToggleAction* m_showMenuBarAction; + TDEToggleAction* m_showToolBarAction; bool m_menuBarWasShown, m_toolBarWasShown; KURL m_openUrl; }; |