Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/gui.git] / src / RegistryDisplay / HelpWindow.hxx
index 715169279e40fbcb5a499f64ee3c1d053c2f7b14..31f6405decb4e51aa9c5e4a0e6bae1413fb6f46e 100755 (executable)
 //  Module : SALOME
 //  $Header$
 
-# ifndef __HELPWINDOW_H__
-# define __HELPWINDOW_H__
+#ifndef __HELPWINDOW_H__
+#define __HELPWINDOW_H__
 
-# include <qapplication.h>
-# include <qmainwindow.h>
+#include <qapplication.h>
+#include <qmainwindow.h>
 
 class QTextView;
 
 class HelpWindow : public QMainWindow
 {
+  Q_OBJECT
+
 public:
   HelpWindow( QWidget* parent = 0, const char* name = 0);
   ~HelpWindow();
@@ -46,6 +48,5 @@ public:
 private:
   QTextView* myTextView;
 };
-# endif         /* __HELPWINDOW_H__ */
-
 
+#endif