From 261e9f1953d0ef86f391a9a1291b29460168588f Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Mon, 26 Mar 2007 23:57:09 +0000 Subject: [PATCH] kplotwidget has been integrated in kdeui svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=646968 --- README | 6 ------ widgets/CMakeLists.txt | 3 +-- widgets/kdeedu.widgets | 5 ----- 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/README b/README index 4598c4d..2ab20b7 100644 --- a/README +++ b/README @@ -12,12 +12,6 @@ Contains KEduVocDocument and its related class for reading from/writing to the KVTML format (and others too). Currently used by: kanagram, khangman, klatin, kvoctrain, kwordquiz -kdeeduplot: -Constains classes KPlotObject and KPlotWidget for easy plotting of -data points, including automatic generation of labeled axes (the KPlotAxis -class) with "smart" tickmarks. -Currently used by: kalzium, kstars, ktouch - kdeeduui: Contains: - Glossary, GlossaryItem and GlossaryDialog, which can be useful to embed a diff --git a/widgets/CMakeLists.txt b/widgets/CMakeLists.txt index a998604..972248d 100644 --- a/widgets/CMakeLists.txt +++ b/widgets/CMakeLists.txt @@ -1,6 +1,5 @@ include_directories( - ${CMAKE_SOURCE_DIR}/libkdeedu/kdeeduplot/ ${CMAKE_SOURCE_DIR}/libkdeedu/extdate/ ) @@ -17,7 +16,7 @@ kde4_add_plugin(kdeeduwidgets ${kdeeduwidgets_PART_SRCS}) -target_link_libraries(kdeeduwidgets ${KDE4_KIO_LIBS} kdeeduplot extdate) +target_link_libraries(kdeeduwidgets ${KDE4_KIO_LIBS} extdate) install(TARGETS kdeeduwidgets DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/designer ) diff --git a/widgets/kdeedu.widgets b/widgets/kdeedu.widgets index 0e90aac..0a05cfc 100644 --- a/widgets/kdeedu.widgets +++ b/widgets/kdeedu.widgets @@ -3,11 +3,6 @@ PluginName=KDEEduWidgets Includes=kcomponentdata.h Init=new KComponentData("kdeeduwidgets"); -[KPlotWidget] -ToolTip=A plot widget (KDE-Edu) -WhatsThis=A widget for easily making 2-dimensional plots -Group=Plot (KDE-Edu) - [ExtDateEdit] ToolTip=spinbox-based extended date editor (KDE-Edu) WhatsThis=Allows the user to specify an extended date -- 2.47.3