[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Sat Oct 29 04:35:42 CEST 2005
SVN commit 475389 by staikos:
missed one cae
M +4 -4 kstsettings.cpp
--- trunk/extragear/graphics/kst/kst/kstsettings.cpp #475388:475389
@@ -20,7 +20,7 @@
#include <kemailsettings.h>
#include <kprinter.h>
#include <kstaticdeleter.h>
-#include <ktimezones.h>
+#include "ksttimezones.h"
// application specific includes
#include "kstsettings.h"
@@ -305,9 +305,9 @@
if (_lastTZ == timezone) {
return _lastOffset;
}
- KTimezones db;
- const KTimezones::ZoneMap zones = db.allZones();
- for (KTimezones::ZoneMap::ConstIterator it = zones.begin(); it != zones.end(); ++it) {
+ KstTimezones db;
+ const KstTimezones::ZoneMap zones = db.allZones();
+ for (KstTimezones::ZoneMap::ConstIterator it = zones.begin(); it != zones.end(); ++it) {
if ((*it)->name() == timezone) {
_lastTZ = timezone;
return (_lastOffset = (*it)->offset());
More information about the Kst
mailing list