[Kst] kdeextragear-2/kst/kst
Dirk Mueller
mueller at kde.org
Tue Dec 9 15:42:25 CET 2003
CVS commit by mueller:
unbreak compilation (--enable-final)
M +2 -2 kstsettings.cpp 1.2
--- kdeextragear-2/kst/kst/kstsettings.cpp #1.1:1.2
@@ -40,9 +40,9 @@ KstSettings& KstSettings::operator=(cons
KstSettings *KstSettings::_self = 0L;
-static KStaticDeleter<KstSettings> sd;
+static KStaticDeleter<KstSettings> kstsettingssd;
KstSettings *KstSettings::globalSettings() {
if (!_self) {
- _self = sd.setObject(_self, new KstSettings);
+ _self = kstsettingssd.setObject(_self, new KstSettings);
_self->reload();
}
More information about the Kst
mailing list