diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-18 10:40:58 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-03 00:03:33 +0200 |
commit | 02755ffc374633144414f75865741d77bbcd6f46 (patch) | |
tree | b049ae9c3fa90f40f29f2fb50775c508d54f9b34 /src/edittableview.cpp | |
parent | 1st commit on cookie branch. Refactoring Ui classes (diff) | |
download | rekonq-02755ffc374633144414f75865741d77bbcd6f46.tar.xz |
header fixing
Diffstat (limited to 'src/edittableview.cpp')
-rw-r--r-- | src/edittableview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/edittableview.cpp b/src/edittableview.cpp index 8b9bb12d..9ecf8958 100644 --- a/src/edittableview.cpp +++ b/src/edittableview.cpp @@ -21,6 +21,7 @@ // Self Includes #include "edittableview.h" +#include "edittableview.moc" // Qt Includes #include <QtGui/QKeyEvent> |