From 7716a5e605907a009e19f429cec4e6b5f346bd71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:36 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- cervisia/historydlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cervisia/historydlg.cpp') diff --git a/cervisia/historydlg.cpp b/cervisia/historydlg.cpp index 78d0b73b..43d6672e 100644 --- a/cervisia/historydlg.cpp +++ b/cervisia/historydlg.cpp @@ -147,7 +147,7 @@ HistoryDialog::HistoryDialog(TDEConfig& cfg, TQWidget *parent, const char *name) TQBoxLayout *layout = new TQVBoxLayout(mainWidget, 0, spacingHint()); - listview = new KListView(mainWidget); + listview = new TDEListView(mainWidget); listview->setSelectionMode(TQListView::NoSelection); listview->setAllColumnsShowFocus(true); listview->setShowSortIndicator(true); -- cgit v1.2.1