[Kst] kst_oldview_branch: kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Fri Apr 23 04:42:50 CEST 2004
CVS commit by staikos:
remove view code
M +0 -15 Makefile.am 1.86.2.1
M +0 -5 kst.cpp 1.97.2.1
--- kdeextragear-2/kst/kst/Makefile.am #1.86:1.86.2.1
@@ -2,5 +2,4 @@
AM_YFLAGS = -d
AM_LFLAGS =
-#KDE_CXXFLAGS = -DKST_TEST_VIEW
SUBDIRS=. datasources extensions
@@ -32,5 +31,4 @@
kst_SOURCES = \
- testview.cpp \
kstiface.skel \
kstiface_impl.cpp \
@@ -41,17 +39,4 @@
ksteventtable.cpp \
kstlogtable.cpp \
- kstplotbase.cpp \
- kst2dplot.cpp \
- kstbackbuffer.cpp \
- kstviewwidget.cpp \
- kstviewlabel.cpp \
- kstviewobjectfactory.cpp \
- kstviewobject.cpp \
- kstplotgroup.cpp \
- kstborderedviewobject.cpp \
- ksttoplevelview.cpp \
- kstmetaplot.cpp \
- kstdrag.cpp \
- kstplotdrag.cpp \
kstplugin.cpp \
kstplugindialog_i.cpp \
--- kdeextragear-2/kst/kst/kst.cpp #1.97:1.97.2.1
@@ -183,9 +183,4 @@ KstApp::KstApp(QWidget *parent, const ch
mgr->loadExtension(service);
}
-
-#ifdef KST_TEST_VIEW
- new TestView(this);
- new TestView(this);
-#endif
}
More information about the Kst
mailing list