summaryrefslogtreecommitdiff
path: root/src/autosaver.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-03-28 15:53:26 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-03-28 15:53:26 +0100
commita934072cf9695e46e793898102590322f43c0733 (patch)
tree6f04f558aec622c4b044fccbe1481db933f8901e /src/autosaver.h
parentscripts (diff)
downloadrekonq-a934072cf9695e46e793898102590322f43c0733.tar.xz
astyle. First round..
Diffstat (limited to 'src/autosaver.h')
-rw-r--r--src/autosaver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/autosaver.h b/src/autosaver.h
index a686e11e..8d85a78d 100644
--- a/src/autosaver.h
+++ b/src/autosaver.h
@@ -30,9 +30,9 @@
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
+ Q_OBJECT
public:
AutoSaver(QObject *parent);