diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:05:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:05:40 -0600 |
commit | 1d4158dd755a445fd42f2db7db5abab8084175cd (patch) | |
tree | 71ca5f966ca25d2a47b66ae27f7bb06c34d190bf /kpresenter/autoformEdit/AFChoose.h | |
parent | 391e0b69f256bab8971430050c65f0e6e7eea9be (diff) | |
download | koffice-1d4158dd755a445fd42f2db7db5abab8084175cd.tar.gz koffice-1d4158dd755a445fd42f2db7db5abab8084175cd.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kpresenter/autoformEdit/AFChoose.h')
-rw-r--r-- | kpresenter/autoformEdit/AFChoose.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/autoformEdit/AFChoose.h b/kpresenter/autoformEdit/AFChoose.h index 883da064..06575fed 100644 --- a/kpresenter/autoformEdit/AFChoose.h +++ b/kpresenter/autoformEdit/AFChoose.h @@ -27,7 +27,7 @@ #include <tqfileinfo.h> class TQLabel; -class KIconCanvas; +class TDEIconCanvas; class AFChoose : public TQTabDialog { @@ -48,7 +48,7 @@ private: TQFileInfo dir; TQString name; TQWidget *tab; - KIconCanvas *loadWid; + TDEIconCanvas *loadWid; TQLabel *label; TQMap<TQString, TQString> entries; }; |