summaryrefslogtreecommitdiffstats
path: root/parts/ctags2/tagitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/ctags2/tagitem.h')
-rw-r--r--parts/ctags2/tagitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/ctags2/tagitem.h b/parts/ctags2/tagitem.h
index 19bc0a59..7108fcb9 100644
--- a/parts/ctags2/tagitem.h
+++ b/parts/ctags2/tagitem.h
@@ -14,7 +14,7 @@
#include <tqlistview.h>
-class TagItem : public QListViewItem
+class TagItem : public TQListViewItem
{
public:
TagItem(TQListView * lv, TQString const & tag, TQString const & type, TQString const & file, TQString const & pattern );