[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Tue Apr 27 01:21:33 CEST 2004


CVS commit by arwalker: 

Get things building under KDE 3.1. Probably not the most elegant solution, but it works for now.


  M +1 -1      Makefile.am   1.92
  M +2 -2      kst.h   1.41
  M +1 -1      kstviewwindow.h   1.2


--- kdeextragear-2/kst/kst/kst.h  #1.40:1.41
@@ -33,6 +33,6 @@
 #include "kstmouse.h"
 #include "kstdataobject.h"
-
-#include <kmdimainfrm.h>
+#include "libkstkmdi/dockmainwindow.h"
+#include "libkstkmdi/kmdimainfrm.h"
 
 // forward declaration of the Kst classes

--- kdeextragear-2/kst/kst/kstviewwindow.h  #1.1:1.2
@@ -26,5 +26,5 @@
 #include <kapp.h>
 #include <kmainwindow.h>
-#include <kmdichildview.h>
+#include "libkstkmdi/kmdichildview.h"
 
 #include "kstdataobject.h"

--- kdeextragear-2/kst/kst/Makefile.am  #1.91:1.92
@@ -14,5 +14,5 @@
 libkst_la_SOURCES = kstobject.cpp kstdatasource.cpp stdinsource.cpp kstextension.cpp kstdatacollection.cpp kstdebug.cpp rwlock.cpp
 libkst_la_LDFLAGS = -version-info 1:0:0 -no-undefined $(all_libraries)
-libkst_la_LIBADD = $(LIB_KIO) $(LIB_KMDI)
+libkst_la_LIBADD = $(LIB_KPARTS) $(LIB_KMDI)
 
 d2asc_LDFLAGS = $(all_libraries) $(KDE_RPATH)





More information about the Kst mailing list