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/arealistview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kimagemapeditor/arealistview.cpp') diff --git a/kimagemapeditor/arealistview.cpp b/kimagemapeditor/arealistview.cpp index 203a741f..3739114a 100644 --- a/kimagemapeditor/arealistview.cpp +++ b/kimagemapeditor/arealistview.cpp @@ -34,7 +34,7 @@ AreaListView::AreaListView(TQWidget *parent, const char *name) : TQVBox(parent, name) { - listView = new KListView(this); + listView = new TDEListView(this); listView->addColumn(i18n("Areas")); listView->addColumn(i18n("Preview")); -- cgit v1.2.1