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

Zongyi Zhang freebody.kst at gmail.com
Wed Mar 24 18:41:39 CET 2010


SVN commit 1107054 by zhang:

continue kst1kde4

 M  +1 -1      kstviewlabelwidget.cpp  
 M  +1 -1      kstviewlabelwidget.h  
 M  +1 -1      kstviewmanager.cpp  
 M  +1 -1      kstviewmanager.h  
 M  +1 -1      kstviewmatricesdialog.cpp  
 M  +1 -1      kstviewmatricesdialog.h  
 M  +1 -1      kstviewvectorsdialog.cpp  
 M  +1 -1      kstviewvectorsdialog.h  


--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewlabelwidget.cpp #1107053:1107054
@@ -27,7 +27,7 @@
 #include "scalarselector.h"
 #include "stringselector.h"
 
-KstViewLabelWidget::KstViewLabelWidget( QWidget* parent, const char* name, Qt::WFlags fl ) : Ui::ViewLabelWidget(parent, name, fl)
+KstViewLabelWidget::KstViewLabelWidget( QWidget* parent, const char* name, Qt::WindowFlags fl ) : Ui::ViewLabelWidget(parent, name, fl)
 {
     _horizontal->insertItem(i18n("Left"));
     _horizontal->insertItem(i18n("Right"));
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewlabelwidget.h #1107053:1107054
@@ -23,7 +23,7 @@
 class KstViewLabelWidget : public QWidget, public Ui::ViewLabelWidget {
   Q_OBJECT
   public:
-    KstViewLabelWidget(QWidget* parent = 0, const char* name = 0, Qt::WFlags fl = 0 );
+    KstViewLabelWidget(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0 );
     virtual ~KstViewLabelWidget();
 
   protected:
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewmanager.cpp #1107053:1107054
@@ -391,7 +391,7 @@
 
 // ==============================================
 
-KstViewManager::KstViewManager(KstDoc *in_doc, QWidget* parent, const char* name, bool modal, WFlags fl)
+KstViewManager::KstViewManager(KstDoc *in_doc, QWidget* parent, const char* name, bool modal, Qt::WindowFlags fl)
 : KstViewManager(parent, name, modal, fl) {
   setupUi(this);
   doc = in_doc;
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewmanager.h #1107053:1107054
@@ -66,7 +66,7 @@
   Q_OBJECT
   public:
     KstViewManager(KstDoc *doc, QWidget* parent = 0, const char *name = 0, 
-                    bool modal = false, WFlags fl = 0);
+                    bool modal = false, Qt::WindowFlags fl = 0);
     virtual ~KstViewManager();
 
   public slots:
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewmatricesdialog.cpp #1107053:1107054
@@ -31,7 +31,7 @@
 KstViewMatricesDialog::KstViewMatricesDialog(QWidget* parent,
                                              const char* name,
                                              bool modal,
-                                             WFlags fl)
+                                             Qt::WindowFlags fl)
 : QDialog(parent, name, modal, fl) {
   setupUi(this);
   _tableMatrices = new KstMatrixTable(this, "tableMatrices");
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewmatricesdialog.h #1107053:1107054
@@ -26,7 +26,7 @@
   public:
     KstViewMatricesDialog(QWidget* parent = 0,
                         const char* name = 0,
-                        bool modal = false, WFlags fl = 0 );
+                        bool modal = false, Qt::WindowFlags fl = 0 );
     virtual ~KstViewMatricesDialog();
     KstMatrixTable* _tableMatrices;
 
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewvectorsdialog.cpp #1107053:1107054
@@ -27,7 +27,7 @@
 KstViewVectorsDialog::KstViewVectorsDialog(QWidget* parent,
                                              const char* name,
                                              bool modal,
-                                             WFlags fl)
+                                             Qt::WindowFlags fl)
 : QDialog(parent, name, modal, fl) {
   setupUi(this);
   tableVectors = new KstVectorTable(this, "tableVectors");
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewvectorsdialog.h #1107053:1107054
@@ -26,7 +26,7 @@
   public:
     KstViewVectorsDialog(QWidget* parent = 0,
                         const char* name = 0,
-                        bool modal = false, WFlags fl = 0 );
+                        bool modal = false, Qt::WindowFlags fl = 0 );
     virtual ~KstViewVectorsDialog();
     KstVectorTable* tableVectors;
 


More information about the Kst mailing list