summaryrefslogtreecommitdiffstats
path: root/kbugbuster/gui/buglvi.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbugbuster/gui/buglvi.h')
-rw-r--r--kbugbuster/gui/buglvi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbugbuster/gui/buglvi.h b/kbugbuster/gui/buglvi.h
index 5f66f398..d1bd7558 100644
--- a/kbugbuster/gui/buglvi.h
+++ b/kbugbuster/gui/buglvi.h
@@ -28,10 +28,10 @@ namespace KBugBusterMainWindow
/**
* @author Martijn Klingens
*/
-class BugLVI : public KListViewItem
+class BugLVI : public TDEListViewItem
{
public:
- BugLVI( KListView *parent , const Bug &bug );
+ BugLVI( TDEListView *parent , const Bug &bug );
~BugLVI();
Bug& bug() { return m_bug; }