diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-06 11:48:17 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-06 11:48:17 +0200 |
commit | c2e0bd8118fd5c7d3639e27c08eaa6e812f0dc4c (patch) | |
tree | 7cb8d86a836944606518fa83f5181749d30f4f25 /src/autosaver.h | |
parent | HTML5 offline storage cache support (diff) | |
download | rekonq-c2e0bd8118fd5c7d3639e27c08eaa6e812f0dc4c.tar.xz |
Cleaning headers and so on...
Diffstat (limited to 'src/autosaver.h')
-rw-r--r-- | src/autosaver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/autosaver.h b/src/autosaver.h index 221c225c..80583f9c 100644 --- a/src/autosaver.h +++ b/src/autosaver.h @@ -28,14 +28,14 @@ #ifndef AUTOSAVER_H #define AUTOSAVER_H + // Qt Includes #include <QtCore/QObject> #include <QtCore/QBasicTimer> #include <QtCore/QTime> - -// Forward Declarations #include <QtCore/QTimerEvent> + /** * 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 |