[Kst] branches/work/kst/kst1kde4/kst/src/kst
Zongyi Zhang
freebody.kst at gmail.com
Wed Apr 28 23:33:36 CEST 2010
SVN commit 1120333 by zhang:
continue kst1kde4
M +1 -1 CMakeLists.txt
A anyoption.cpp [License: UNKNOWN]
A anyoption.h [License: UNKNOWN]
D kcmdlineargs.cpp
D kcmdlineargs.h
M +1 -1 main.cpp
--- branches/work/kst/kst1kde4/kst/src/kst/CMakeLists.txt #1120332:1120333
@@ -4,7 +4,7 @@
set(kst_SRCS
kaboutdata.cpp
-# kcmdlineargs.cpp
+ anyoption.cpp
main.cpp)
set(kst_RCCS kst.qrc)
--- branches/work/kst/kst1kde4/kst/src/kst/main.cpp #1120332:1120333
@@ -26,7 +26,7 @@
#include <kimageio.h>
#include "kaboutdata.h"
-// #include "kcmdlineargs.h"
+#include "anyoption.h" //replacement for kcmdlineargs
#include "dialoglauncher-gui.h"
#include "kst.h"
More information about the Kst
mailing list