From a6000c6f2f1a03b34f15d1948f63f0c894f09451 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:01:10 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kmymoney2/widgets/kmymoneychecklistitem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmymoney2/widgets/kmymoneychecklistitem.h') diff --git a/kmymoney2/widgets/kmymoneychecklistitem.h b/kmymoney2/widgets/kmymoneychecklistitem.h index bb91b6a..1c5474d 100644 --- a/kmymoney2/widgets/kmymoneychecklistitem.h +++ b/kmymoney2/widgets/kmymoneychecklistitem.h @@ -64,7 +64,7 @@ public: const TQColor backgroundColor(); /** - * see KListViewItem::isAlternate() + * see TDEListViewItem::isAlternate() */ bool isAlternate(void); @@ -85,7 +85,7 @@ protected: private: TQString m_key; TQString m_id; - // copied from KListViewItem() + // copied from TDEListViewItem() unsigned int m_isOdd : 1; unsigned int m_isKnown : 1; unsigned int m_unused : 30; -- cgit v1.2.1