diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:03:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:03:49 -0600 |
commit | a0523230c43c0c894e924fca7fe775e47a7d86a8 (patch) | |
tree | 1ef149baa33f6723a34870f3bacca46e5195dfb2 /kmymoney2/widgets/transaction.cpp | |
parent | e8837d86c8961bdfb65c25c6ff040468c95240cd (diff) | |
download | kmymoney-a0523230c43c0c894e924fca7fe775e47a7d86a8.tar.gz kmymoney-a0523230c43c0c894e924fca7fe775e47a7d86a8.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kmymoney2/widgets/transaction.cpp')
-rw-r--r-- | kmymoney2/widgets/transaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/widgets/transaction.cpp b/kmymoney2/widgets/transaction.cpp index ea5ea2c..2773258 100644 --- a/kmymoney2/widgets/transaction.cpp +++ b/kmymoney2/widgets/transaction.cpp @@ -212,7 +212,7 @@ void Transaction::markAttachment(TQPainter* painter, int /* row */, int /* col * painter->save(); if(clip.isNull()) { - clip = TDEGlobal::iconLoader()->loadIcon("attach", KIcon::Small, KIcon::SizeSmall, KIcon::DefaultState); + clip = TDEGlobal::iconLoader()->loadIcon("attach", TDEIcon::Small, TDEIcon::SizeSmall, TDEIcon::DefaultState); if(clip.height() > h) { clip.resize(h, h); } |