[Kst] branches/work/kst/portto4/kst/src/datasources/ascii

Peter Kümmel syntheticpp at yahoo.com
Tue Mar 16 10:02:59 CET 2010


SVN commit 1103912 by kuemmel:

rename ascii.* to asciisource.*

 D             ascii.cpp  
 D             ascii.h  
 M  +2 -2      ascii.pro  
 M  +0 -1      asciiplugin.cpp  
 M  +1 -1      asciiplugin.h  
 A             asciisource.cpp   ascii.cpp#1103911 [License: GPL (v2+)]
 A             asciisource.h   ascii.h#1103911 [License: GPL (v2+)]
 M  +1 -1      asciisource_p.h  


--- branches/work/kst/portto4/kst/src/datasources/ascii/ascii.pro #1103911:1103912
@@ -6,13 +6,13 @@
 INCLUDEPATH += $$OUTPUT_DIR/src/datasources/ascii/tmp
 
 SOURCES += \
-  ascii.cpp \
+  asciisource.cpp \
   asciiplugin.cpp
 
 win32:SOURCES += kst_atof.cpp
 
 HEADERS += \
-  ascii.h \
+  asciisource.h \
   asciisource_p.h \
   asciiplugin.h \
   namedparameter.h \
--- branches/work/kst/portto4/kst/src/datasources/ascii/asciiplugin.cpp #1103911:1103912
@@ -37,7 +37,6 @@
 
 #include <math_kst.h>
 #include <kst_inf.h>
-#include "ascii.h"
 #include "ui_asciiconfig.h"
 #include "kst_i18n.h"
 #include "measuretime.h"
--- branches/work/kst/portto4/kst/src/datasources/ascii/asciiplugin.h #1103911:1103912
@@ -19,7 +19,7 @@
 #define ASCII_PLUGIN_H
 
 
-#include <ascii.h>
+#include <asciisource.h>
 #include <dataplugin.h>
 
 
--- branches/work/kst/portto4/kst/src/datasources/ascii/asciisource_p.h #1103911:1103912
@@ -17,7 +17,7 @@
 #ifndef KST_ASCII_SOUTCE_P_H
 #define KST_ASCII_SOUTCE_P_H
 
-#include "ascii.h"
+#include "asciisource.h"
 #include "namedparameter.h"
 
 


More information about the Kst mailing list