From 9771f17f8cc5252b12ec5f3edf47ff9bffdf997f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:16:01 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kimagemapeditor/mapslistview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kimagemapeditor/mapslistview.h') diff --git a/kimagemapeditor/mapslistview.h b/kimagemapeditor/mapslistview.h index c256888a..aff57761 100644 --- a/kimagemapeditor/mapslistview.h +++ b/kimagemapeditor/mapslistview.h @@ -21,7 +21,7 @@ #include #include "kimagemapeditor.h" -class KListView; +class TDEListView; /** * Simple class that shows all map tags of the current open html file in a ListView @@ -99,9 +99,9 @@ public: */ uint count(); - KListView* listView() { return _listView; } + TDEListView* listView() { return _listView; } protected: - KListView* _listView; + TDEListView* _listView; protected slots: void slotSelectionChanged(TQListViewItem*); -- cgit v1.2.1