summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bookmarks/bookmarkcontextmenu.cpp1
-rw-r--r--src/bookmarks/bookmarkcontextmenu.h1
-rw-r--r--src/urlbar/listitem.cpp1
-rw-r--r--src/urlbar/listitem.h7
4 files changed, 9 insertions, 1 deletions
diff --git a/src/bookmarks/bookmarkcontextmenu.cpp b/src/bookmarks/bookmarkcontextmenu.cpp
index dedec097..aab6af90 100644
--- a/src/bookmarks/bookmarkcontextmenu.cpp
+++ b/src/bookmarks/bookmarkcontextmenu.cpp
@@ -26,6 +26,7 @@
// Self Includes
#include "bookmarkcontextmenu.h"
+#include "bookmarkcontextmenu.moc"
// Local Includes
#include "application.h"
diff --git a/src/bookmarks/bookmarkcontextmenu.h b/src/bookmarks/bookmarkcontextmenu.h
index 2028df39..c8c903d8 100644
--- a/src/bookmarks/bookmarkcontextmenu.h
+++ b/src/bookmarks/bookmarkcontextmenu.h
@@ -63,4 +63,3 @@ private:
};
#endif // BOOKMARKCONTEXTMENU_H
-
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