[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue Apr 27 04:17:10 CEST 2004


CVS commit by staikos: 

compile


  M +1 -1      Makefile.am   1.93
  M +1 -2      kst.h   1.42
  M +1 -1      kstviewwindow.h   1.3


--- kdeextragear-2/kst/kst/Makefile.am  #1.92:1.93
@@ -169,5 +169,5 @@
 
 # set the include path for X, qt and KDE
-INCLUDES= $(all_includes)
+INCLUDES= $(KMDI_INCLUDES) $(all_includes)
 
 rcdir = $(kde_datadir)/kst

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

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





More information about the Kst mailing list