summaryrefslogtreecommitdiffstats
path: root/kde/yawp/yawp-0.3.2-gcc-01.patch
blob: cc72ebce697ed38dadc64c947b299dd4d6522520 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- yawp-0.3.2/applet/countrymap.cpp	2009-12-06 21:08:29.000000000 +0100
+++ yawp-0.3.2.new/applet/countrymap.cpp	2010-05-07 18:11:21.000000000 +0200
@@ -47,7 +47,7 @@
 const QString CountryMap::sFlagTemplate("l10n/%1/flag.png");
 
 
-CountryMap::CountryMap *
+CountryMap *
 CountryMap::instance()
 {
 	QMutexLocker locker( &singeltonMutex );
@@ -210,7 +210,7 @@
 
 /******************************************************************************/
 
-UsStatesMap::UsStatesMap *
+UsStatesMap *
 UsStatesMap::instance()
 {
 	QMutexLocker locker( &singeltonMutex );
--- yawp-0.3.2/applet/ionlistmodel.cpp	2009-12-06 21:08:29.000000000 +0100
+++ yawp-0.3.2.new/applet/ionlistmodel.cpp	2010-05-07 18:12:09.000000000 +0200
@@ -45,7 +45,7 @@
 	return bReturnVal;
 }
 
-IonListModel::IonListModel *
+IonListModel *
 IonListModel::instance()
 {
 	QMutexLocker locker( &m_singeltonMutex );