diff options
Diffstat (limited to 'cervisia/historydlg.cpp')
-rw-r--r-- | cervisia/historydlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |