From 9771f17f8cc5252b12ec5f3edf47ff9bffdf997f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:16:01 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kimagemapeditor/mapslistview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kimagemapeditor/mapslistview.cpp') diff --git a/kimagemapeditor/mapslistview.cpp b/kimagemapeditor/mapslistview.cpp index 252afdb8..399ad2b5 100644 --- a/kimagemapeditor/mapslistview.cpp +++ b/kimagemapeditor/mapslistview.cpp @@ -25,7 +25,7 @@ MapsListView::MapsListView(TQWidget *parent, const char *name) : TQVBox(parent, name) { - _listView = new KListView(this); + _listView = new TDEListView(this); _listView->addColumn(i18n("Maps")); _listView->setFullWidth(true); _listView->setSelectionMode(TQListView::Single); -- cgit v1.2.3