diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:25:21 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:25:21 -0600 |
commit | b0a967eb693adc458fdf7d070379b8c1ec3e9415 (patch) | |
tree | 69fa22da8d08920ca8b1049861711e77a55512b9 /src/libraryitem.cpp | |
parent | a19dd7fc8e64bebb22b87a2d3a9a2601b662b35d (diff) | |
download | ktechlab-b0a967eb693adc458fdf7d070379b8c1ec3e9415.tar.gz ktechlab-b0a967eb693adc458fdf7d070379b8c1ec3e9415.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/libraryitem.cpp')
-rw-r--r-- | src/libraryitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libraryitem.cpp b/src/libraryitem.cpp index 8301a24..26374a6 100644 --- a/src/libraryitem.cpp +++ b/src/libraryitem.cpp @@ -58,7 +58,7 @@ LibraryItem::~LibraryItem() void LibraryItem::createIcon16() { if ( m_icon_full.isNull() ) - m_icon_full = KGlobal::iconLoader()->loadIcon( "null", KIcon::Small ); + m_icon_full = TDEGlobal::iconLoader()->loadIcon( "null", KIcon::Small ); // const int size = KIcon::SizeSmallMedium; // const int size = 22; |