diff options
Diffstat (limited to 'src/recentfilesaction.h')
-rw-r--r-- | src/recentfilesaction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/recentfilesaction.h b/src/recentfilesaction.h index 843403e..d56baf8 100644 --- a/src/recentfilesaction.h +++ b/src/recentfilesaction.h @@ -17,7 +17,7 @@ Taken mainly from tdelibs/tdeui/kactionclasses.[cpp/h], author Michael Koch. Adapted to work around strange bug occuring. */ -class RecentFilesAction : public KSelectAction +class RecentFilesAction : public TDESelectAction { Q_OBJECT @@ -68,7 +68,7 @@ class RecentFilesAction : public KSelectAction protected: unsigned m_maxItems; - KPopupMenu * m_popup; + TDEPopupMenu * m_popup; TQString m_configGroupName; }; |