From 1d88613b6be64c0b6588952dd1f81396168be44b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 14:58:51 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/app/mainWindow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/app/mainWindow.h') 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(); -- cgit v1.2.1