diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:03:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:03:10 -0600 |
commit | 635228158f83d13a8ffe451c495232b35b03fffa (patch) | |
tree | 8457069457970219331d39e06f8d838cc3da1212 /src/kile/managetemplatesdialog.cpp | |
parent | 994762d18bbc53fa2b1a83fae625512a3e760038 (diff) | |
download | kile-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.cpp | 6 |
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)); } } |