diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:02:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:02:43 -0600 |
commit | aea627236e4de24599c3e30617cf264c3c1b7d40 (patch) | |
tree | 467e13ca5a7eb0ab292259289ecc3572f53c5eae /kplato/kptreportview.h | |
parent | 786304c6211f35ddc4cdd54b7aa7985fef4a2e70 (diff) | |
download | koffice-aea627236e4de24599c3e30617cf264c3c1b7d40.tar.gz koffice-aea627236e4de24599c3e30617cf264c3c1b7d40.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kplato/kptreportview.h')
-rw-r--r-- | kplato/kptreportview.h | 10 |
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; |