diff options
Diffstat (limited to 'kweather/metar_parser.h')
-rw-r--r-- | kweather/metar_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/metar_parser.h b/kweather/metar_parser.h index 6a645d2..4f276e8 100644 --- a/kweather/metar_parser.h +++ b/kweather/metar_parser.h @@ -94,7 +94,7 @@ class MetarParser void calcCurrentIcon(); void calcWindChill(); bool isNight(const TQString &stationID) const; - void getIcon( int condition, bool night, int strength = 0 ); + void saveIconNamePath( int condition, bool night, int strength = 0 ); /* * Reset the internal WeatherInfo struct of the class so that |