summaryrefslogtreecommitdiffstats
path: root/src/kile/managetemplatesdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/managetemplatesdialog.cpp')
-rw-r--r--src/kile/managetemplatesdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kile/managetemplatesdialog.cpp b/src/kile/managetemplatesdialog.cpp
index d18162d..59591e8 100644
--- a/src/kile/managetemplatesdialog.cpp
+++ b/src/kile/managetemplatesdialog.cpp
@@ -82,7 +82,7 @@ ManageTemplatesDialog::ManageTemplatesDialog(KileTemplate::Manager *templateMana
KPushButton *iconbut = new KPushButton(i18n("Select..."),page);
iconLayout->addWidget(iconbut);
- m_templateList = new KListView(page);
+ m_templateList = new TDEListView(page);
m_templateList->setSorting(-1);
m_templateList->addColumn(i18n("marked", "M"));
m_templateList->addColumn(i18n("Existing Templates"));
@@ -123,7 +123,7 @@ ManageTemplatesDialog::ManageTemplatesDialog(KileTemplate::Manager *templateMana
setMainWidget(page);
TQVBoxLayout *topLayout = new TQVBoxLayout(page, 0, spacingHint());
- m_templateList = new KListView(page);
+ m_templateList = new TDEListView(page);
m_templateList->setSorting(-1);
m_templateList->addColumn(i18n("marked", "M"));
m_templateList->addColumn(i18n("Existing Templates"));