diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:05:40 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:05:40 -0600 |
| commit | 1d4158dd755a445fd42f2db7db5abab8084175cd (patch) | |
| tree | 71ca5f966ca25d2a47b66ae27f7bb06c34d190bf /lib/kofficecore/KoOpenPane.cpp | |
| parent | 391e0b69f256bab8971430050c65f0e6e7eea9be (diff) | |
| download | koffice-1d4158dd755a445fd42f2db7db5abab8084175cd.tar.gz koffice-1d4158dd755a445fd42f2db7db5abab8084175cd.zip | |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'lib/kofficecore/KoOpenPane.cpp')
| -rw-r--r-- | lib/kofficecore/KoOpenPane.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoOpenPane.cpp b/lib/kofficecore/KoOpenPane.cpp index 6459171a5..166084063 100644 --- a/lib/kofficecore/KoOpenPane.cpp +++ b/lib/kofficecore/KoOpenPane.cpp @@ -258,7 +258,7 @@ void KoOpenPane::setCustomDocumentWidget(TQWidget *widget) { TQListViewItem* KoOpenPane::addPane(const TQString& title, const TQString& icon, TQWidget* widget, int sortWeight) { - return addPane(title, SmallIcon(icon, KIcon::SizeLarge, KIcon::DefaultState, d->m_instance), + return addPane(title, SmallIcon(icon, TDEIcon::SizeLarge, TDEIcon::DefaultState, d->m_instance), widget, sortWeight); } |
