summaryrefslogtreecommitdiffstats
path: root/tdefilereplace/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdefilereplace/report.h')
-rw-r--r--tdefilereplace/report.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdefilereplace/report.h b/tdefilereplace/report.h
index 13856334..2255f240 100644
--- a/tdefilereplace/report.h
+++ b/tdefilereplace/report.h
@@ -25,7 +25,7 @@ class TQString;
// KDE
#include <klocale.h>
#include "configurationclasses.h"
-class KListView;
+class TDEListView;
/** Report class is used to create a pair of files (a xml and a css file) which are
* a short statistical report of the operations.
@@ -34,14 +34,14 @@ class KListView;
class Report
{
private:
- KListView* m_stringsView,
+ TDEListView* m_stringsView,
* m_resultsView;
TQString m_docPath;
bool m_isSearchFlag;
RCOptions* m_option;
public:
- Report(RCOptions* info, KListView* rv, KListView* sv) { m_option = info;
+ Report(RCOptions* info, TDEListView* rv, TDEListView* sv) { m_option = info;
m_resultsView = rv;
m_stringsView = sv;
m_isSearchFlag = m_option->m_searchingOnlyMode;