]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESHGUI/SMESHGUI_ComputeDlg.h
Salome HOME
Removed qt3 support and replaced qt macros
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_ComputeDlg.h
index ad1bd8f985245931be0bfccaa75a2c516498083a..f099a3571b1927a69b6111627318199f16949b1b 100644 (file)
@@ -95,7 +95,7 @@ protected:
 
   virtual bool                   isValid( SUIT_Operation* theOp ) const;
     
-protected slots:
+protected Q_SLOTS:
   virtual bool                   onApply();
   void                           onPreviewShape();
   void                           onPublishShape();
@@ -133,7 +133,7 @@ public:
 protected:
   virtual void                   startOperation();
 
-protected slots:
+protected Q_SLOTS:
 };
 
 class SMESHGUI_MeshOrderMgr;
@@ -164,10 +164,10 @@ protected:
 
   virtual void                   initDialog();
 
-protected slots:
+protected Q_SLOTS:
   virtual void                   onCancel();
 
-private slots:
+private Q_SLOTS:
   void                           onPreview();
   void                           onCompute();
 
@@ -200,7 +200,7 @@ public:
 protected:
   virtual void                   startOperation();
 
-protected slots:
+protected Q_SLOTS:
 };
 
 /*!
@@ -256,7 +256,7 @@ public:
   
   SMESHGUI_MeshOrderBox*       getMeshOrderBox() const;
 
-signals:
+Q_SIGNALS:
   void                         preview();
 
 private:
@@ -310,7 +310,7 @@ protected:
   void timerEvent(QTimerEvent *timer);
   void closeEvent(QCloseEvent *event);
   
-private slots:
+private Q_SLOTS:
   void onCancel();
   
 private: