diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:08 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:59:22 +0200 |
commit | efaf922de86715600306cb97cc13b044f815d6b6 (patch) | |
tree | 554e0edca7cd62a234d4a89b195cf0069a0556e1 /kmplot | |
parent | 98055e6ab9673fdeb24a8e1b81786aaae81bda20 (diff) | |
download | tdeedu-efaf922de86715600306cb97cc13b044f815d6b6.tar.gz tdeedu-efaf922de86715600306cb97cc13b044f815d6b6.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'kmplot')
-rw-r--r-- | kmplot/TODO | 2 | ||||
-rw-r--r-- | kmplot/kmplot/Makefile.am | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kmplot/TODO b/kmplot/TODO index 1a9acc22..f470a0d8 100644 --- a/kmplot/TODO +++ b/kmplot/TODO @@ -65,7 +65,7 @@ DONE * Four modes for zooming. * Basic popup menu for single parametric points. * Configure Dialog for global Settings / save as default Checkboxes (Started) -* Replace QFile with KIO in KmplotIO. +* Replace QFile with TDEIO in KmplotIO. * Ability to export the parameter values. * Support for more than 10 functions. * Support for more than 10 parameter values for a function. diff --git a/kmplot/kmplot/Makefile.am b/kmplot/kmplot/Makefile.am index 6dc6fac4..1817b1cb 100644 --- a/kmplot/kmplot/Makefile.am +++ b/kmplot/kmplot/Makefile.am @@ -25,8 +25,8 @@ bin_PROGRAMS = kmplot # the application source, library search path, and link libraries kmplot_SOURCES = main.cpp kmplot.cpp kmplotprogress.cpp kmplotIface.skel -kmplot_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KIO) $(LIB_KPARTS) -lDCOP -kmplot_LDADD = $(LIB_KPARTS) +kmplot_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_TDEPARTS) -lDCOP +kmplot_LDADD = $(LIB_TDEPARTS) # this is where the desktop file will go appmimedir = $(kde_mimedir)/application @@ -44,7 +44,7 @@ kde_module_LTLIBRARIES = libkmplotpart.la # the Part's source, library search path, and link libraries libkmplotpart_la_SOURCES = FktDlgData.ui parser.cpp xparser.cpp diagr.cpp View.cpp MainDlg.cpp FktDlg.cpp kprinterdlg.cpp settings.kcfgc settingspagecolor.ui kconstanteditor.cpp qparametereditor.ui kparametereditor.cpp settingspagecoords.ui settingspagefonts.ui settingspagescaling.ui settingspageprecision.ui qeditparametric.ui keditparametric.cpp qeditpolar.ui keditpolar.cpp editfunctionpage.ui editderivativespage.ui editintegralpage.ui editfunction.cpp qeditconstant.ui qminmax.ui kminmax.cpp qconstanteditor.ui keditconstant.cpp kmplotio.cpp sliderwindow.ui ksliderwindow.cpp MainDlgIface.skel parseriface.skel Viewiface.skel coordsconfigdialog.cpp -libkmplotpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KIO) $(LIB_KPARTS) -lDCOP +libkmplotpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_TDEPARTS) -lDCOP libkmplotpart_la_LIBADD = $(LIB_TDEFILE) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) $(LIBSOCKET) $(LIB_TDEPRINT) # this is where the desktop file will go |