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/listitem.h | |
parent | Fix default css (diff) | |
download | rekonq-fa2287de034db6ce80dd1d966bde4844350f9e87.tar.xz |
moc fixes
Diffstat (limited to 'src/urlbar/listitem.h')
-rw-r--r-- | src/urlbar/listitem.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 |