diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:09:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:09:28 -0600 |
commit | 3b1d37c35906b297d1fd9c3660615417d97008f3 (patch) | |
tree | 407bef5efbdd60e16d33a5fe42517a757f50c2bf /systemsettings/moduleiconitem.h | |
parent | 28ae138d6e8936bab8c737400ac44682d48c9196 (diff) | |
download | tde-systemsettings-3b1d37c35906b297d1fd9c3660615417d97008f3.tar.gz tde-systemsettings-3b1d37c35906b297d1fd9c3660615417d97008f3.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'systemsettings/moduleiconitem.h')
-rw-r--r-- | systemsettings/moduleiconitem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemsettings/moduleiconitem.h b/systemsettings/moduleiconitem.h index 721c4b5..b4ac5a7 100644 --- a/systemsettings/moduleiconitem.h +++ b/systemsettings/moduleiconitem.h @@ -35,9 +35,9 @@ class ModuleIconItem : public TQIconViewItem { public: - ModuleIconItem( KIconView *parent, TDECModuleInfo module ); + ModuleIconItem( TDEIconView *parent, TDECModuleInfo module ); - ModuleIconItem( KIconView *parent, const TQString &text, + ModuleIconItem( TDEIconView *parent, const TQString &text, const TQString &imageName ); /** |