diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:02:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:02:13 -0600 |
commit | ed6d66d4170624a5f83650abc3e4667e1be63e4c (patch) | |
tree | 2caf83656a97c3c58e66cc984532213eecbec461 /src/kbfxspinxtoolbutton.cpp | |
parent | 5c2673b2c03a832bef135b4361e03fb87cd5ce6f (diff) | |
download | kbfx-ed6d66d4170624a5f83650abc3e4667e1be63e4c.tar.gz kbfx-ed6d66d4170624a5f83650abc3e4667e1be63e4c.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/kbfxspinxtoolbutton.cpp')
-rw-r--r-- | src/kbfxspinxtoolbutton.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kbfxspinxtoolbutton.cpp b/src/kbfxspinxtoolbutton.cpp index a525435..cd40d73 100644 --- a/src/kbfxspinxtoolbutton.cpp +++ b/src/kbfxspinxtoolbutton.cpp @@ -105,8 +105,8 @@ KbfxSpinxToolButton::setDataSource ( KbfxDataSource * src ) m_exe = src->command(); m_dataSource = new KbfxDataSource(); *m_dataSource = *src; // copy - KIconLoader *iconload = TDEGlobal::iconLoader (); - TQString m_iconPath = iconload->iconPath ( m_icon, KIcon::Desktop, false ); + TDEIconLoader *iconload = TDEGlobal::iconLoader (); + TQString m_iconPath = iconload->iconPath ( m_icon, TDEIcon::Desktop, false ); m_iconPixmap = TQPixmap ( m_iconPath ); } |