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 --- quanta/messages/annotationoutput.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'quanta/messages/annotationoutput.h') diff --git a/quanta/messages/annotationoutput.h b/quanta/messages/annotationoutput.h index 352f046d..850b3e7c 100644 --- a/quanta/messages/annotationoutput.h +++ b/quanta/messages/annotationoutput.h @@ -23,8 +23,8 @@ class TQDomDocument; class TQListViewItem; class TQTimer; -class KListView; -class KListViewItem; +class TDEListView; +class TDEListViewItem; class MessageOutput; @@ -43,7 +43,7 @@ public: ~AnnotationOutput(); MessageOutput *currentFileAnnotations() const {return m_currentFileAnnotations;} - KListView *allAnnotations() const {return m_allAnnotations;} + TDEListView *allAnnotations() const {return m_allAnnotations;} void writeAnnotations(const TQString &fileName, const TQMap > &annotations); public slots: @@ -72,14 +72,14 @@ private: void updateAnnotationForFile(const KURL& url); MessageOutput *m_currentFileAnnotations; - KListView *m_allAnnotations; - TQDict m_annotatedFileItems; + TDEListView *m_allAnnotations; + TQDict m_annotatedFileItems; TQMap m_fileNames; TQMap m_lines; uint m_yourAnnotationsNum; - KListView *m_yourAnnotations; - TQDict m_yourFileItems; + TDEListView *m_yourAnnotations; + TQDict m_yourFileItems; TQMap m_yourFileNames; TQMap m_yourLines; -- cgit v1.2.1