[Kst] branches/work/kst/kst1kde4/kst/src/libkstapp
Zongyi Zhang
freebody.kst at gmail.com
Tue Apr 27 20:44:59 CEST 2010
SVN commit 1119740 by zhang:
continue kst1kde4
M +2 -1 CMakeLists.txt
A kled.cpp [License: LGPL (v2+)]
A kled.h [License: LGPL (v2+)]
M +1 -1 kstdatanotifier.h
--- branches/work/kst/kst1kde4/kst/src/libkstapp/CMakeLists.txt #1119739:1119740
@@ -24,7 +24,8 @@
kstviewwindow.cpp
# widgets...
kst2dplotwidget.cpp
-# xxx kstdatanotifier.cpp
+ kled.cpp
+ kstdatanotifier.cpp
kstdebugnotifier.cpp
kstlogwidget.cpp
kstviewlabelwidget.cpp
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstdatanotifier.h #1119739:1119740
@@ -18,7 +18,7 @@
#ifndef KSTDATANOTIFIER_H
#define KSTDATANOTIFIER_H
-#include <kled.h>
+#include "kled.h"
class KstDataNotifier : public KLed {
Q_OBJECT
More information about the Kst
mailing list