diff options
Diffstat (limited to 'quanta/src/viewmanager.h')
-rw-r--r-- | quanta/src/viewmanager.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/quanta/src/viewmanager.h b/quanta/src/viewmanager.h index 3e755534..1fc3d642 100644 --- a/quanta/src/viewmanager.h +++ b/quanta/src/viewmanager.h @@ -22,7 +22,7 @@ class Document; class QuantaView; class QuantaBookmarks; class KafkaDocument; -class KPopupMenu; +class TDEPopupMenu; class KMdiChildView; @@ -131,9 +131,9 @@ private: QuantaView *m_lastActiveView; ///< Holds the last active view. Used to deactivate it when a new view is selected QuantaView *m_lastActiveEditorView; ///< Contains the last active view which has an editor inside QuantaView *m_documentationView; ///< Contains the view which holds the documentation browser - KPopupMenu *m_tabPopup; ///< the menu which pops up when the user clicks on a view tab - KPopupMenu *m_fileListPopup; ///< a menu containing the opened views as menu items - KPopupMenu *m_bookmarksMenu; + TDEPopupMenu *m_tabPopup; ///< the menu which pops up when the user clicks on a view tab + TDEPopupMenu *m_fileListPopup; ///< a menu containing the opened views as menu items + TDEPopupMenu *m_bookmarksMenu; QuantaBookmarks *m_bookmarks; QuantaView *m_contextView; ///<the tab where the context menu was requested |