Changes done while in scratchbox
[kitchenalert] / src / kitchenalertmainwindow.cpp
index 56783c4..0c3194b 100644 (file)
 #include <QSettings>
 #include <QFileDialog>
 
-  const QString defaultSaveDirectory_ = "/home/user/MyDocs/KitchenAlert/";
+
 
 
 KitchenAlertMainWindow::KitchenAlertMainWindow(QWidget *parent) :
     QMainWindow(parent),
     ui(new Ui::KitchenAlertMainWindow)
     {
+      
+  defaultSaveDirectory_ = "/home/user/KitchenAlert";    
 
   ui->setupUi(this);