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/history.h | |
parent | HTML5 offline storage cache support (diff) | |
download | rekonq-c2e0bd8118fd5c7d3639e27c08eaa6e812f0dc4c.tar.xz |
Cleaning headers and so on...
Diffstat (limited to 'src/history.h')
-rw-r--r-- | src/history.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.h b/src/history.h index bd7fd7fc..2ccf8cb4 100644 --- a/src/history.h +++ b/src/history.h @@ -29,6 +29,7 @@ #ifndef HISTORY_H #define HISTORY_H + // Local Includes #include "modelmenu.h" @@ -48,7 +49,6 @@ * Elements in this class represent an history item * */ - class HistoryItem { public: |