]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
Removed qt3 support and replaced qt macros imn/removed_qt3_support
authorimn <imn@opencascade.com>
Wed, 17 Sep 2014 09:41:13 +0000 (13:41 +0400)
committerimn <imn@opencascade.com>
Wed, 17 Sep 2014 09:41:13 +0000 (13:41 +0400)
src/GUI/NETGENPluginGUI_HypothesisCreator.cxx
src/GUI/NETGENPluginGUI_HypothesisCreator.h
src/GUI/NETGENPluginGUI_SimpleCreator.h

index 4eb34023d0c32fdec661f9b1bd6866a699faf298..1e1aad79e2b1a6dae292d576a6980afa4cafddd0 100644 (file)
@@ -699,7 +699,7 @@ void NETGENPluginGUI_HypothesisCreator::onRemoveLocalSizeOnShape()
   QList<QTableWidgetItem*> selected = myLocalSizeTable->selectedItems();
   QTableWidgetItem* item;
   int row;
-  foreach(item, selected) {
+  Q_FOREACH(item, selected) {
     row = item->row();
     if (!selectedRows.contains(row))
       selectedRows.append( row );
index 3409cf409c8cc8cbc4bf2a6d4d344f121468b777..0c65667f29fb28e7358336f7e3b0a0b507971149 100644 (file)
@@ -74,7 +74,7 @@ protected:
   virtual QPixmap  icon() const;
   virtual QString  type() const;
 
-protected slots:
+protected Q_SLOTS:
   virtual void     onFinenessChanged();
   virtual void     onSurfaceCurvatureChanged();
   virtual void     onAddLocalSizeOnVertex();
index 743901c5b83339820d21ede856ea73844fe727d3..0483a8c18e349d77df01bf560b931e8296e7043a 100644 (file)
@@ -55,7 +55,7 @@ protected:
   virtual QPixmap  icon() const;
   virtual QString  type() const;
 
-protected slots:
+protected Q_SLOTS:
   void             onValueChanged();
 
 private: