summaryrefslogtreecommitdiffstats
path: root/src/kfeedback.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:08:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:08:28 -0600
commit3f26251087cb1a92dd48ddb86edae47c53e4e34e (patch)
tree11ef5a952d46ed912880c40bcfae75cb0e243882 /src/kfeedback.cpp
parentfed45b4784b8549ff469d60b89905cc02a0d33e0 (diff)
downloadkvpnc-3f26251087cb1a92dd48ddb86edae47c53e4e34e.tar.gz
kvpnc-3f26251087cb1a92dd48ddb86edae47c53e4e34e.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/kfeedback.cpp')
-rw-r--r--src/kfeedback.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kfeedback.cpp b/src/kfeedback.cpp
index abce962..7781674 100644
--- a/src/kfeedback.cpp
+++ b/src/kfeedback.cpp
@@ -117,7 +117,7 @@ KFeedbackForm::KFeedbackForm( const TQString & feedbackMailAddress,
label = new TQLabel( hbox );
TQ_CHECK_PTR( label );
- label->setPixmap( TDEGlobal::iconLoader()->loadIcon( "edit", KIcon::Small ) );
+ label->setPixmap( TDEGlobal::iconLoader()->loadIcon( "edit", TDEIcon::Small ) );
label->setSizePolicy( pol );
label = new TQLabel( i18n( " must be answered before a mail can be sent.") , hbox );
@@ -343,7 +343,7 @@ KFeedbackQuestion::KFeedbackQuestion( KFeedbackQuestionList * parent,
{
if ( required )
{
- setPixmap( 0, TDEGlobal::iconLoader()->loadIcon( "edit", KIcon::Small ) );
+ setPixmap( 0, TDEGlobal::iconLoader()->loadIcon( "edit", TDEIcon::Small ) );
}
setOpen( open );