summaryrefslogtreecommitdiffstats
path: root/src/kile/managetemplatesdialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:03:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:03:10 -0600
commit635228158f83d13a8ffe451c495232b35b03fffa (patch)
tree8457069457970219331d39e06f8d838cc3da1212 /src/kile/managetemplatesdialog.cpp
parent994762d18bbc53fa2b1a83fae625512a3e760038 (diff)
downloadkile-635228158f83d13a8ffe451c495232b35b03fffa.tar.gz
kile-635228158f83d13a8ffe451c495232b35b03fffa.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/kile/managetemplatesdialog.cpp')
-rw-r--r--src/kile/managetemplatesdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kile/managetemplatesdialog.cpp b/src/kile/managetemplatesdialog.cpp
index 59591e8..e41be18 100644
--- a/src/kile/managetemplatesdialog.cpp
+++ b/src/kile/managetemplatesdialog.cpp
@@ -183,12 +183,12 @@ void ManageTemplatesDialog::slotSelectedTemplate(TQListViewItem *item) {
}
void ManageTemplatesDialog::slotSelectIcon() {
- KIconDialog *dlg = new KIconDialog();
+ TDEIconDialog *dlg = new TDEIconDialog();
TQString res = dlg->openDialog();
- KIconLoader kil;
+ TDEIconLoader kil;
if (!res.isNull() ) {
- m_iconEdit->setText(kil.iconPath(res,-KIcon::SizeLarge, false));
+ m_iconEdit->setText(kil.iconPath(res,-TDEIcon::SizeLarge, false));
}
}