diff options
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 | 
