Salome HOME
Removed qt3 support and replaced qt macros
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MakeNodeAtPointDlg.h
index 24be56a428fabd94d59e307bd488096a05851df8..e3f13bebe332f9600cca19d9e7fee4b413369bd2 100644 (file)
@@ -64,10 +64,10 @@ protected:
 
   bool                           isValid( QString& );
 
-protected slots:
+protected Q_SLOTS:
   virtual bool                   onApply();
 
-private slots:
+private Q_SLOTS:
   void                           onSelectionDone();
   void                           redisplayPreview();
   void                           onTextChange( const QString& );
@@ -131,7 +131,7 @@ private:
 
   friend class SMESHGUI_MakeNodeAtPointOp;
 
-private slots:
+private Q_SLOTS:
   void                          ButtonToggled( bool );
   void                          ConstructorsClicked( int );
 };