Index: yawp-0.3.2/applet/countrymap.cpp =================================================================== --- yawp-0.3.2.orig/applet/countrymap.cpp +++ yawp-0.3.2/applet/countrymap.cpp @@ -47,7 +47,7 @@ QPointer UsStatesMap::m_p const QString CountryMap::sFlagTemplate("l10n/%1/flag.png"); -CountryMap::CountryMap * +CountryMap * CountryMap::instance() { QMutexLocker locker( &singeltonMutex ); @@ -210,7 +210,7 @@ CountryMap::private_getPixmapForCountryC /******************************************************************************/ -UsStatesMap::UsStatesMap * +UsStatesMap * UsStatesMap::instance() { QMutexLocker locker( &singeltonMutex ); Index: yawp-0.3.2/applet/ionlistmodel.cpp =================================================================== --- yawp-0.3.2.orig/applet/ionlistmodel.cpp +++ yawp-0.3.2/applet/ionlistmodel.cpp @@ -45,7 +45,7 @@ IonListModel::init( QObject * parent, co return bReturnVal; } -IonListModel::IonListModel * +IonListModel * IonListModel::instance() { QMutexLocker locker( &m_singeltonMutex );