summaryrefslogtreecommitdiffstats
path: root/cervisia/commitdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cervisia/commitdlg.cpp')
-rw-r--r--cervisia/commitdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/commitdlg.cpp b/cervisia/commitdlg.cpp
index e1fb43f0..850412e6 100644
--- a/cervisia/commitdlg.cpp
+++ b/cervisia/commitdlg.cpp
@@ -66,7 +66,7 @@ CommitDialog::CommitDialog(TDEConfig& cfg, CvsService_stub* service,
TQLabel *textlabel = new TQLabel( i18n("Commit the following &files:"), mainWidget );
layout->addWidget(textlabel);
- m_fileList = new KListView(mainWidget);
+ m_fileList = new TDEListView(mainWidget);
m_fileList->addColumn("");
m_fileList->setFullWidth(true);
m_fileList->header()->hide();