summaryrefslogtreecommitdiffstats
path: root/kplato/kptreportview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptreportview.h')
-rw-r--r--kplato/kptreportview.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kplato/kptreportview.h b/kplato/kptreportview.h
index 0c9f5d12..e62c2b36 100644
--- a/kplato/kptreportview.h
+++ b/kplato/kptreportview.h
@@ -30,7 +30,7 @@
#include <klistview.h>
-class KAction;
+class TDEAction;
class KPrinter;
namespace Kugar
@@ -114,10 +114,10 @@ protected slots:
void slotReportListSelectionChanged(TQListViewItem* item);
private:
- class ReportItem : public KListViewItem {
+ class ReportItem : public TDEListViewItem {
public:
- ReportItem(KListView *p, TQString name, TQString _url)
- : KListViewItem(p, name),
+ ReportItem(TDEListView *p, TQString name, TQString _url)
+ : TDEListViewItem(p, name),
url(_url)
{}
TQString url;
@@ -126,7 +126,7 @@ private:
private:
View *m_mainview;
- KListView *m_reportList;
+ TDEListView *m_reportList;
KugarReportViewer *m_reportview;
int m_defaultFontSize;