change default_dir to a QDir
[mussa.git] / qui / MussaWindow.hpp
index ce34717386cd35091ce532e8a5268c997ead4bcb..aff3c6ffbc9ef8d326556ac42bf95cc70fa2bb4e 100644 (file)
@@ -4,6 +4,7 @@
 #include <list>
 #include <boost/shared_ptr.hpp>
 
+#include <QDir>
 #include <QMainWindow>
 #include <QPixmap>
 #include <QProgressDialog>
@@ -99,7 +100,7 @@ protected:
   //! shared_ptr to our analysis
   MussaRef analysis;
   //! the default directory we should loand and save from
-  boost::filesystem::path default_dir;
+  QDir default_dir;
   std::list<boost::shared_ptr<MussaAlignedWindow> > aligned_windows;
   MotifEditor *motif_editor;
   MussaSetupDialog *setup_analysis_dialog;