mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
520 B
Plaintext
16 lines
520 B
Plaintext
$NetBSD: patch-ae,v 1.1 2011/01/29 22:49:20 markd Exp $
|
|
|
|
Fix build with gcc4.5
|
|
|
|
--- kipi-plugins/cdarchiving/cdarchiving.cpp.orig 2008-12-13 11:20:05.000000000 +0000
|
|
+++ kipi-plugins/cdarchiving/cdarchiving.cpp
|
|
@@ -74,7 +74,7 @@ CDArchiving::CDArchiving( KIPI::Interfac
|
|
{
|
|
KImageIO::registerFormats();
|
|
const KAboutData *data = KApplication::kApplication()->aboutData();
|
|
- m_hostName = QString::QString( data->appName() );
|
|
+ m_hostName = QString( data->appName() );
|
|
|
|
m_hostURL = data->homepage();
|
|
|