diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-14 16:19:35 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-14 16:33:49 +0200 | 
| commit | fa2287de034db6ce80dd1d966bde4844350f9e87 (patch) | |
| tree | 4440b78f63808b3c502dda43f83d64655cffb8d0 /src/urlbar | |
| parent | Fix default css (diff) | |
| download | rekonq-fa2287de034db6ce80dd1d966bde4844350f9e87.tar.xz | |
moc fixes
Diffstat (limited to 'src/urlbar')
| -rw-r--r-- | src/urlbar/listitem.cpp | 1 | ||||
| -rw-r--r-- | src/urlbar/listitem.h | 7 | 
2 files changed, 8 insertions, 0 deletions
| diff --git a/src/urlbar/listitem.cpp b/src/urlbar/listitem.cpp index 61a739f8..18e8352d 100644 --- a/src/urlbar/listitem.cpp +++ b/src/urlbar/listitem.cpp @@ -26,6 +26,7 @@  // Self Includes  #include "listitem.h"    +#include "listitem.moc"     // Local Includes  #include "urlresolver.h" diff --git a/src/urlbar/listitem.h b/src/urlbar/listitem.h index 1b594115..18ec8a33 100644 --- a/src/urlbar/listitem.h +++ b/src/urlbar/listitem.h @@ -24,6 +24,10 @@  * ============================================================ */ +#ifndef LISTITEM_H +#define LISTITEM_H + +  // Qt Includes  #include <QWidget>  #include <QLayout> @@ -60,3 +64,6 @@ private:      QStyleOptionViewItemV4 _option;  }; + + +#endif // LISTITEM_H | 
