diff options
Diffstat (limited to 'kontact/src/aboutdialog.cpp')
-rw-r--r-- | kontact/src/aboutdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/src/aboutdialog.cpp b/kontact/src/aboutdialog.cpp index db40083a6..faa2a2447 100644 --- a/kontact/src/aboutdialog.cpp +++ b/kontact/src/aboutdialog.cpp @@ -66,7 +66,7 @@ void AboutDialog::addAboutData( const TQString &title, const TQString &icon, const TDEAboutData *about ) { TQPixmap pixmap = TDEGlobal::iconLoader()->loadIcon( icon, - KIcon::Desktop, 48 ); + TDEIcon::Desktop, 48 ); TQFrame *topFrame = addPage( title, TQString(), pixmap ); @@ -161,7 +161,7 @@ void AboutDialog::addLicenseText( const TDEAboutData *about ) return; TQPixmap pixmap = TDEGlobal::iconLoader()->loadIcon( "signature", - KIcon::Desktop, 48 ); + TDEIcon::Desktop, 48 ); TQString title = i18n( "%1 License" ).arg( about->programName() ); |