summaryrefslogtreecommitdiffstats
path: root/krusader/GUI/profilemanager.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:07:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:07:26 -0600
commit19e7a1afa3cd439f94b6892839c821ea82eece5c (patch)
tree13357a85c665b31550cd08791fbf4574dc5f4f00 /krusader/GUI/profilemanager.cpp
parent86651d6d989faf513952a3ca848ab6d374b64e6e (diff)
downloadkrusader-19e7a1afa3cd439f94b6892839c821ea82eece5c.tar.gz
krusader-19e7a1afa3cd439f94b6892839c821ea82eece5c.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'krusader/GUI/profilemanager.cpp')
-rw-r--r--krusader/GUI/profilemanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krusader/GUI/profilemanager.cpp b/krusader/GUI/profilemanager.cpp
index 9ad5b41..e25afab 100644
--- a/krusader/GUI/profilemanager.cpp
+++ b/krusader/GUI/profilemanager.cpp
@@ -42,8 +42,8 @@ ProfileManager::ProfileManager( TQString profileType, TQWidget * parent, const c
: TQPushButton( parent, name )
{
setText( "" );
- KIconLoader *iconLoader = new KIconLoader();
- setPixmap( iconLoader->loadIcon( "kr_profile", KIcon::Toolbar, 16 ) );
+ TDEIconLoader *iconLoader = new TDEIconLoader();
+ setPixmap( iconLoader->loadIcon( "kr_profile", TDEIcon::Toolbar, 16 ) );
TQToolTip::add( this, i18n( "Profiles" ) );
this->profileType = profileType;