[Kst] branches/work/kst/portto4/kst/src/libkst
Adam Treat
treat at kde.org
Thu Feb 15 20:47:54 CET 2007
SVN commit 633930 by treat:
* Port
M +1 -1 kstobject.cpp
M +1 -0 kstobject.h
--- branches/work/kst/portto4/kst/src/libkst/kstobject.cpp #633929:633930
@@ -81,7 +81,7 @@
}
_tag = tag;
- setName(_tag.tagString().local8Bit().data());
+ setObjectName(_tag.tagString().toLocal8Bit().data());
}
--- branches/work/kst/portto4/kst/src/libkst/kstobject.h #633929:633930
@@ -237,6 +237,7 @@
typedef KstSharedPtr<KstObject> KstObjectPtr;
#include <q3valuelist.h>
+#include <q3deepcopy.h>
template<class T>
class KstObjectList : public Q3ValueList<T> {
More information about the Kst
mailing list