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 --- libtdepim/kcmdesignerfields.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtdepim/kcmdesignerfields.cpp') diff --git a/libtdepim/kcmdesignerfields.cpp b/libtdepim/kcmdesignerfields.cpp index 47d3b9102..00b2f0bb3 100644 --- a/libtdepim/kcmdesignerfields.cpp +++ b/libtdepim/kcmdesignerfields.cpp @@ -277,7 +277,7 @@ void KCMDesignerFields::initGUI() TQHBoxLayout *hbox = new TQHBoxLayout( layout, KDialog::spacingHint() ); - mPageView = new KListView( this ); + mPageView = new TDEListView( this ); mPageView->addColumn( i18n( "Available Pages" ) ); mPageView->setRootIsDecorated( true ); mPageView->setAllColumnsShowFocus( true ); -- cgit v1.2.1