diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 14:58:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 14:58:51 -0600 |
commit | 1d88613b6be64c0b6588952dd1f81396168be44b (patch) | |
tree | 5882f9217c6940b723d6997f2da52d1d7eccb380 /src/app/mainWindow.h | |
parent | 401bc51c194b27be9ffaad75a85bf3209c26891b (diff) | |
download | filelight-1d88613b6be64c0b6588952dd1f81396168be44b.tar.gz filelight-1d88613b6be64c0b6588952dd1f81396168be44b.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/app/mainWindow.h')
-rw-r--r-- | src/app/mainWindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/mainWindow.h b/src/app/mainWindow.h index 8562aa8..6d41f8e 100644 --- a/src/app/mainWindow.h +++ b/src/app/mainWindow.h @@ -22,8 +22,8 @@ class KSqueezedTextLabel; class KHistoryCombo; -class KAction; -class KRecentFilesAction; +class TDEAction; +class TDERecentFilesAction; class ScanProgressBox; class HistoryCollection; @@ -73,7 +73,7 @@ class MainWindow : public KParts::MainWindow KSqueezedTextLabel *m_status[2]; KHistoryCombo *m_combo; HistoryCollection *m_histories; - KRecentFilesAction *m_recentScans; + TDERecentFilesAction *m_recentScans; void setupStatusBar(); void setupActions(); |