diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-01-16 11:46:45 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-01-16 11:46:45 +0100 |
commit | 694cbe620e7272deba4e051933df13f8250dd34b (patch) | |
tree | cde8d6bc477f07d0493dec3c0a8da657d83ad7ba /src/history.cpp | |
parent | - cmake 2.6.2 (diff) | |
download | rekonq-694cbe620e7272deba4e051933df13f8250dd34b.tar.xz |
Some moc adds and webview fixing..
Diffstat (limited to 'src/history.cpp')
-rw-r--r-- | src/history.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/history.cpp b/src/history.cpp index 12a9d57f..dedabfdd 100644 --- a/src/history.cpp +++ b/src/history.cpp @@ -18,9 +18,11 @@ * * ============================================================ */ -// Local Includes +// Self Includes #include "history.h" +#include "history.moc" +// Local Includes #include "autosaver.h" #include "browserapplication.h" |