diff options
Diffstat (limited to 'vcs/cvsservice/annotateview.h')
-rw-r--r-- | vcs/cvsservice/annotateview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/cvsservice/annotateview.h b/vcs/cvsservice/annotateview.h index 868cf47f..db49d8f9 100644 --- a/vcs/cvsservice/annotateview.h +++ b/vcs/cvsservice/annotateview.h @@ -30,7 +30,7 @@ class AnnotatePage; * to get a new page which shows the annotate output * of the clicked revision. */ -class AnnotateView : public KListView, public TQToolTip +class AnnotateView : public TDEListView, public TQToolTip { Q_OBJECT |