Updated the QAssistant launching code for Qt 4.5 (At least on windows; needs testing...
[mussa.git] / qui / MussaWindow.hpp
index f02f0917c299392c1600b9ba68db8a02b79f2884..bba3106191748925ffb57bc83c77b2ee7878ff3c 100644 (file)
@@ -11,6 +11,7 @@
 #include <QProgressDialog>
 #include <QSpinBox>
 #include <QToolBar>
+#include <QProcess>
 
 #include "qui/MussaAlignedWindow.hpp"
 #include "qui/motif_editor/MotifEditor.hpp"
@@ -142,7 +143,8 @@ protected:
   QAction *whatsThisAction;
   QAction *viewMussaAlignmentAction;
 
-  QAssistantClient *manualAssistant;
+  //QAssistantClient *manualAssistant;
+  QProcess *assistantProcess;
 
   //! initialze the actions
   void setupActions();