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 /kpresenter/KPrRotationDialogImpl.cpp | |
| parent | 391e0b69f256bab8971430050c65f0e6e7eea9be (diff) | |
| download | koffice-1d4158dd755a445fd42f2db7db5abab8084175cd.tar.gz koffice-1d4158dd755a445fd42f2db7db5abab8084175cd.zip | |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kpresenter/KPrRotationDialogImpl.cpp')
| -rw-r--r-- | kpresenter/KPrRotationDialogImpl.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpresenter/KPrRotationDialogImpl.cpp b/kpresenter/KPrRotationDialogImpl.cpp index 4f2d59cae..3e28c7483 100644 --- a/kpresenter/KPrRotationDialogImpl.cpp +++ b/kpresenter/KPrRotationDialogImpl.cpp @@ -117,9 +117,9 @@ void KPrRotationDialogImpl::angleMode( int angle ) KPrCircleToggle::KPrCircleToggle( TQWidget *parent, const TQString &image, int id ) : TQLabel( parent ) { - KIconLoader il("kpresenter"); - m_off = il.loadIcon("rotate/" + image, KIcon::NoGroup, 28); - m_on = il.loadIcon("rotate/" + image + "dn", KIcon::NoGroup, 28); + TDEIconLoader il("kpresenter"); + m_off = il.loadIcon("rotate/" + image, TDEIcon::NoGroup, 28); + m_on = il.loadIcon("rotate/" + image + "dn", TDEIcon::NoGroup, 28); m_selected = false; m_id = id; |
