From fd5d099065a748cac49e20a13481f85666c53c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kmail/identitylistview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/identitylistview.h') diff --git a/kmail/identitylistview.h b/kmail/identitylistview.h index aa203727..7d4ebbf6 100644 --- a/kmail/identitylistview.h +++ b/kmail/identitylistview.h @@ -45,7 +45,7 @@ namespace KMail { /** @short A TQListViewItem for use in IdentityListView @author Marc Mutz **/ - class IdentityListViewItem : public KListViewItem { + class IdentityListViewItem : public TDEListViewItem { public: IdentityListViewItem( IdentityListView * parent, const KPIM::Identity & ident ); @@ -66,7 +66,7 @@ namespace KMail { /** @short A listview for KPIM::Identity @author Marc Mutz **/ - class IdentityListView : public KListView { + class IdentityListView : public TDEListView { Q_OBJECT public: -- cgit v1.2.3