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/commitdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cervisia/commitdlg.cpp') 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(); -- cgit v1.2.1