diff options
Diffstat (limited to 'src/history/autosaver.h')
-rw-r--r-- | src/history/autosaver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/history/autosaver.h b/src/history/autosaver.h index 70511d36..f165377c 100644 --- a/src/history/autosaver.h +++ b/src/history/autosaver.h @@ -56,10 +56,10 @@ public: */ void saveIfNeccessary(); -signals: +Q_SIGNALS: void saveNeeded(); -public slots: +public Q_SLOTS: void changeOccurred(); protected: |