From 7716a5e605907a009e19f429cec4e6b5f346bd71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:36 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kbugbuster/gui/buglvi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kbugbuster/gui/buglvi.h') 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; } -- cgit v1.2.1