summaryrefslogtreecommitdiffstats
path: root/quanta/messages/annotationoutput.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/messages/annotationoutput.h')
-rw-r--r--quanta/messages/annotationoutput.h14
1 files changed, 7 insertions, 7 deletions
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<uint, TQPair<TQString, TQString> > &annotations);
public slots:
@@ -72,14 +72,14 @@ private:
void updateAnnotationForFile(const KURL& url);
MessageOutput *m_currentFileAnnotations;
- KListView *m_allAnnotations;
- TQDict<KListViewItem> m_annotatedFileItems;
+ TDEListView *m_allAnnotations;
+ TQDict<TDEListViewItem> m_annotatedFileItems;
TQMap<TQListViewItem*, TQString> m_fileNames;
TQMap<TQListViewItem*, uint> m_lines;
uint m_yourAnnotationsNum;
- KListView *m_yourAnnotations;
- TQDict<KListViewItem> m_yourFileItems;
+ TDEListView *m_yourAnnotations;
+ TQDict<TDEListViewItem> m_yourFileItems;
TQMap<TQListViewItem*, TQString> m_yourFileNames;
TQMap<TQListViewItem*, uint> m_yourLines;