diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:03:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:03:49 -0600 |
commit | a0523230c43c0c894e924fca7fe775e47a7d86a8 (patch) | |
tree | 1ef149baa33f6723a34870f3bacca46e5195dfb2 /kmymoney2/widgets/kmymoneyedit.cpp | |
parent | e8837d86c8961bdfb65c25c6ff040468c95240cd (diff) | |
download | kmymoney-a0523230c43c0c894e924fca7fe775e47a7d86a8.tar.gz kmymoney-a0523230c43c0c894e924fca7fe775e47a7d86a8.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kmymoney2/widgets/kmymoneyedit.cpp')
-rw-r--r-- | kmymoney2/widgets/kmymoneyedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/widgets/kmymoneyedit.cpp b/kmymoney2/widgets/kmymoneyedit.cpp index 549b772..cb04111 100644 --- a/kmymoney2/widgets/kmymoneyedit.cpp +++ b/kmymoney2/widgets/kmymoneyedit.cpp @@ -222,7 +222,7 @@ void kMyMoneyEdit::init(void) m_calculatorFrame->setFixedSize(m_calculator->width()+3, m_calculator->height()+3); m_calculatorFrame->hide(); - m_calcButton = new KPushButton(TQIconSet(TQPixmap(TDEGlobal::iconLoader()->iconPath("kcalc", -KIcon::SizeSmall))), TQString(""), this); + m_calcButton = new KPushButton(TQIconSet(TQPixmap(TDEGlobal::iconLoader()->iconPath("kcalc", -TDEIcon::SizeSmall))), TQString(""), this); m_calcButton->setFixedWidth( m_calcButton->sizeHint().width() ); m_calcButton->setFixedHeight(m_edit->sizeHint().height()); m_calcButton->setFocusProxy(m_edit); |