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/modulesview.cpp | |
parent | 28ae138d6e8936bab8c737400ac44682d48c9196 (diff) | |
download | tde-systemsettings-3b1d37c35906b297d1fd9c3660615417d97008f3.tar.gz tde-systemsettings-3b1d37c35906b297d1fd9c3660615417d97008f3.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'systemsettings/modulesview.cpp')
-rw-r--r-- | systemsettings/modulesview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemsettings/modulesview.cpp b/systemsettings/modulesview.cpp index 326fa1a..a0b2f39 100644 --- a/systemsettings/modulesview.cpp +++ b/systemsettings/modulesview.cpp @@ -152,7 +152,7 @@ void ModulesView::createRow( const TQString &parentPath, TQBoxLayout *boxLayout TQString path = (*it).subMenu; KServiceGroup::Ptr group = KServiceGroup::group( path ); if ( group ) { - ModuleIconItem *item = new ModuleIconItem( ((KIconView*)iconView), + ModuleIconItem *item = new ModuleIconItem( ((TDEIconView*)iconView), group->caption(), group->icon() ); item->modules = rootMenu->modules( path ); } |