[Kst] branches/work/kst/portto4/kst/src/libkstapp

Adam Treat treat at kde.org
Mon Sep 24 18:18:49 CEST 2007


SVN commit 716385 by treat:

* Rename and cleanup this file a bit.


 M  +1 -1      libkstapp.pro  
 M  +2 -2      vectordialog.h  
 D             vectordialog.ui  
 A             vectortab.ui   vectordialog.ui#716379


--- branches/work/kst/portto4/kst/src/libkstapp/libkstapp.pro #716384:716385
@@ -128,7 +128,7 @@
     gridtab.ui \
     layouttab.ui \
     stroketab.ui \
-    vectordialog.ui \
     vectoreditordialog.ui \
+    vectortab.ui \
     viewmanager.ui
 
--- branches/work/kst/portto4/kst/src/libkstapp/vectordialog.h #716384:716385
@@ -15,13 +15,13 @@
 #include "dialog.h"
 #include "dialogtab.h"
 
-#include "ui_vectordialog.h"
+#include "ui_vectortab.h"
 
 #include "kst_export.h"
 
 namespace Kst {
 
-class KST_EXPORT VectorTab : public DialogTab, Ui::VectorDialog {
+class KST_EXPORT VectorTab : public DialogTab, Ui::VectorTab {
   Q_OBJECT
   public:
     VectorTab(QWidget *parent = 0);


More information about the Kst mailing list