[Kst] branches/work/kst/kst1kde4/kst/src/libkstapp
Zongyi Zhang
freebody.kst at gmail.com
Thu Mar 25 01:23:55 CET 2010
SVN commit 1107172 by zhang:
update header file names
M +1 -1 kstchangefiledialog.cpp
M +1 -1 kstchangenptsdialog.h
M +1 -1 kstcsddialog.cpp
M +3 -3 kstcurvedialog.cpp
M +1 -1 kstcurvedialog.h
M +2 -2 kstdatawizard.cpp
M +1 -1 kstdoc.cpp
M +2 -2 ksteqdialog.cpp
M +1 -1 ksteventmonitor.cpp
M +1 -1 ksteventmonitorentry.cpp
M +1 -1 kstfieldselect.h
M +2 -2 kstfitdialog.cpp
M +2 -2 ksthsdialog.cpp
M +1 -1 kstimagedialog.cpp
M +1 -1 kstmatrixdialog.cpp
M +1 -1 kstpluginmanager.cpp
M +1 -1 kstpsddialog.cpp
M +1 -1 kstvectordialog.h
M +2 -2 kstvvdialog.cpp
M +1 -1 kstvvdialog.h
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstchangefiledialog.cpp #1107171:1107172
@@ -29,7 +29,7 @@
#include "kst.h"
#include "kst2dplot.h"
-#include "kstchangefiledialog_i.h"
+#include "kstchangefiledialog.h"
#include "kstdatacollection.h"
#include "kstdataobjectcollection.h"
#include "kstrmatrix.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstchangenptsdialog.h #1107171:1107172
@@ -1,5 +1,5 @@
/***************************************************************************
- kstchangenptsdialog_i.h - Part of KST
+ kstchangenptsdialog.h - Part of KST
-------------------
begin :
copyright : (C) 2003 The University of Toronto
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstcsddialog.cpp #1107171:1107172
@@ -35,7 +35,7 @@
#include "editmultiplewidget.h"
#include "csddialogwidget.h"
#include "kst2dplot.h"
-#include "kstcsddialog_i.h"
+#include "kstcsddialog.h"
#include "kstdataobjectcollection.h"
#include "kstuinames.h"
#include "kstvcurve.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstcurvedialog.cpp #1107171:1107172
@@ -1,5 +1,5 @@
/***************************************************************************
- kstcurvedialog_i.cpp - Part of KST
+ kstcurvedialog.cpp - Part of KST
-------------------
begin :
copyright : (C) 2003 The University of Toronto
@@ -32,8 +32,8 @@
#include "curveplacementwidget.h"
#include "editmultiplewidget.h"
#include "kst2dplot.h"
-#include "kstchoosecolordialog_i.h"
-#include "kstcurvedialog_i.h"
+#include "kstchoosecolordialog.h"
+#include "kstcurvedialog.h"
#include "kstdataobjectcollection.h"
#include "kstviewwindow.h"
#include "kstuinames.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstcurvedialog.h #1107171:1107172
@@ -1,5 +1,5 @@
/***************************************************************************
- kstcurvedialog_i.h - Part of KST
+ kstcurvedialog.h - Part of KST
-------------------
begin :
copyright : (C) 2003 The University of Toronto
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstdatawizard.cpp #1107171:1107172
@@ -41,12 +41,12 @@
#include "defaultprimitivenames.h"
#include "fftoptionswidget.h"
#include "kst2dplot.h"
-#include "kstchoosecolordialog_i.h"
+#include "kstchoosecolordialog.h"
#include "kstdatacollection.h"
#include "kstdataobject.h"
#include "kstdataobjectcollection.h"
#include "kstdatasource.h"
-#include "kstdatawizard_i.h"
+#include "kstdatawizard.h"
#include "kstplotlabel.h"
#include "kstpsd.h"
#include "kstrvector.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstdoc.cpp #1107171:1107172
@@ -50,7 +50,7 @@
#include "kstcsd.h"
#include "kstdataobjectcollection.h"
#include "kstdoc.h"
-#include "kstgraphfiledialog_i.h"
+#include "kstgraphfiledialog.h"
#include "kstequation.h"
#include "ksteventmonitorentry.h"
#include "kstvectorview.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/ksteqdialog.cpp #1107171:1107172
@@ -33,10 +33,10 @@
#include "eqdialogwidget.h"
#include "eparse-eh.h"
#include "kst2dplot.h"
-#include "kstchoosecolordialog_i.h"
+#include "kstchoosecolordialog.h"
#include "kstdataobjectcollection.h"
#include "kstdefaultnames.h"
-#include "ksteqdialog_i.h"
+#include "ksteqdialog.h"
#include "kstuinames.h"
#include "kstvcurve.h"
#include "kstviewwindow.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/ksteventmonitor.cpp #1107171:1107172
@@ -32,7 +32,7 @@
#include "eventmonitorwidget.h"
#include "kst.h"
#include "kstdataobjectcollection.h"
-#include "ksteventmonitor_i.h"
+#include "ksteventmonitor.h"
#include "ksteventmonitorentry.h"
#include "scalarselector.h"
#include "vectorselector.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/ksteventmonitorentry.cpp #1107171:1107172
@@ -32,7 +32,7 @@
#include "kst.h"
#include "kstdatacollection.h"
#include "ksteventmonitorentry.h"
-#include "ksteventmonitor_i.h"
+#include "ksteventmonitor.h"
#include <assert.h>
#include <unistd.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstfieldselect.h #1107171:1107172
@@ -1,5 +1,5 @@
/***************************************************************************
- kstfieldselect_i.h - Part of KST
+ kstfieldselect.h - Part of KST
-------------------
begin :
copyright : (C) 2008 The University of British Columbia
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstfitdialog.cpp #1107171:1107172
@@ -27,9 +27,9 @@
#include "curveappearancewidget.h"
#include "kst2dplot.h"
-#include "kstchoosecolordialog_i.h"
+#include "kstchoosecolordialog.h"
#include "kstdataobjectcollection.h"
-#include "kstfitdialog_i.h"
+#include "kstfitdialog.h"
#include "kstvcurve.h"
#include "kstviewlabel.h"
#include "kstviewwindow.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/ksthsdialog.cpp #1107171:1107172
@@ -29,13 +29,13 @@
#include "ksdebug.h"
-#include "ksthsdialog_i.h"
+#include "ksthsdialog.h"
#include "curveappearancewidget.h"
#include "curveplacementwidget.h"
#include "editmultiplewidget.h"
#include "histogramdialogwidget.h"
#include "kst2dplot.h"
-#include "kstchoosecolordialog_i.h"
+#include "kstchoosecolordialog.h"
#include "kstdataobjectcollection.h"
#include "kstsettings.h"
#include "kstuinames.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstimagedialog.cpp #1107171:1107172
@@ -35,7 +35,7 @@
#include "imagedialogwidget.h"
#include "kst2dplot.h"
#include "kstdataobjectcollection.h"
-#include "kstimagedialog_i.h"
+#include "kstimagedialog.h"
#include "kstuinames.h"
#include "kstviewwindow.h"
#include "matrixselector.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstmatrixdialog.cpp #1107171:1107172
@@ -32,7 +32,7 @@
#include "editmultiplewidget.h"
#include "kstmatrixdefaults.h"
-#include "kstmatrixdialog_i.h"
+#include "kstmatrixdialog.h"
#include "kstviewwindow.h"
#include "matrixdialogwidget.h"
#include <defaultprimitivenames.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstpluginmanager.cpp #1107171:1107172
@@ -32,7 +32,7 @@
#include <kstandarddirs.h>
#include <kurlrequester.h>
-#include "kstpluginmanager_i.h"
+#include "kstpluginmanager.h"
#include "plugincollection.h"
#include "pluginxmlparser.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstpsddialog.cpp #1107171:1107172
@@ -32,7 +32,7 @@
#include "curveplacementwidget.h"
#include "editmultiplewidget.h"
#include "kst2dplot.h"
-#include "kstchoosecolordialog_i.h"
+#include "kstchoosecolordialog.h"
#include "kstdataobjectcollection.h"
#include "kstobjectdefaults.h"
#include "kstpsddialog_i.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstvectordialog.h #1107171:1107172
@@ -1,5 +1,5 @@
/***************************************************************************
- kstvectordialog_i.h - Part of KST
+ kstvectordialog.h - Part of KST
-------------------
begin :
copyright : (C) 2003 The University of Toronto
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstvvdialog.cpp #1107171:1107172
@@ -27,13 +27,13 @@
#include "ksdebug.h"
// application specific includes
-#include "kstvvdialog_i.h"
+#include "kstvvdialog.h"
#include "curveappearancewidget.h"
#include "curveplacementwidget.h"
#include "editmultiplewidget.h"
#include "vectorviewdialogwidget.h"
#include "kst2dplot.h"
-#include "kstchoosecolordialog_i.h"
+#include "kstchoosecolordialog.h"
#include "kstdataobjectcollection.h"
#include "kstsettings.h"
#include "kstuinames.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstvvdialog.h #1107171:1107172
@@ -1,5 +1,5 @@
/***************************************************************************
- kstvvdialog_i.h - Dialog for KstVectorView objects.
+ kstvvdialog.h - Dialog for KstVectorView objects.
-------------------
begin : 2007
copyright : (C) 2007 by The University of British Columbia
More information about the Kst
mailing list