diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-07-29 11:22:24 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:48:04 +0100 |
commit | fe7c06fffa370f8f04a3035f3ae92975ea39b960 (patch) | |
tree | f60ad5a2bd0c72ccac0c195dc5630c15071e35f2 /src/urlresolver.h | |
parent | Class Application Import, first (important) part (diff) | |
download | rekonq-fe7c06fffa370f8f04a3035f3ae92975ea39b960.tar.xz |
Insert back HistoryManager
There are a few notable changes here:
- rekonq_defines.h clean up, removing the enums from there
- let HistoryManager be accessible by a self function
Diffstat (limited to 'src/urlresolver.h')
-rw-r--r-- | src/urlresolver.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/urlresolver.h b/src/urlresolver.h index 47105f01..b55fd423 100644 --- a/src/urlresolver.h +++ b/src/urlresolver.h @@ -28,6 +28,9 @@ #define URL_RESOLVER_H +// Rekonq Includes +#include "rekonq_defines.h" + // KDE Includes #include <KUrl> |