diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:04:33 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:04:33 -0600 |
| commit | 9aa2a73641f4d386c9667ac946cebfabca872940 (patch) | |
| tree | 9d6d443b7e100cbe48a8747207f7f2db1d42e141 /src/recentfilesaction.h | |
| parent | 0f2dc8b9f38b8cbb3cd1769173a4f3ed32a7a189 (diff) | |
| download | ktechlab-9aa2a73641f4d386c9667ac946cebfabca872940.tar.gz ktechlab-9aa2a73641f4d386c9667ac946cebfabca872940.zip | |
Rename a number of classes to enhance compatibility with KDE4
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; }; |
