summaryrefslogtreecommitdiff
path: root/src/autosaver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autosaver.h')
-rw-r--r--src/autosaver.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/autosaver.h b/src/autosaver.h
index d8004a9d..70dca53a 100644
--- a/src/autosaver.h
+++ b/src/autosaver.h
@@ -21,17 +21,15 @@
#ifndef AUTOSAVER_H
#define AUTOSAVER_H
-#include <QtCore/QObject>
-#include <QtCore/QBasicTimer>
-#include <QtCore/QTime>
+#include <QtCore>
/*
This class will call the save() slot on the parent object when the parent changes.
It will wait several seconds after changed() to combining multiple changes and
prevent continuous writing to disk.
*/
-class AutoSaver : public QObject {
-
+class AutoSaver : public QObject
+{
Q_OBJECT
public: