summaryrefslogtreecommitdiff
path: root/src/urlbar/listitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlbar/listitem.h')
-rw-r--r--src/urlbar/listitem.h7
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