summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 223e6fa..a33c172 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -45,8 +45,7 @@
#include "listmodelsingleton.h"
#include "pictureviewer.h"
#include "archivetreeview.h"
-#include "smubermodelsingleton.h"
-#include "smubermodel.h"
+#include "smmodelsingleton.h"
#include "seriestreewidget.h"
SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, flags), mOpenWithGroupFS(0), mOpenWithGroupAV(0) {
@@ -121,7 +120,7 @@ void SheMov::closeEvent(QCloseEvent *event){
mFSWidget->writeSettings();
mFSWidget->pictureViewer()->close();
mATree->seriesWidget()->writeSettings();
- delete SmUberModelSingleton::instance();
+ delete SmModelSingleton::instance();
writeSettings();
event->accept();
}