From e52ed70c8e6e1abd8adc27dd0052328fa5f4deff Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 26 Apr 2009 23:51:25 +0200 Subject: Including moc files && lineedit class Q_OBJECT fix --- src/panelhistory.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/panelhistory.cpp') diff --git a/src/panelhistory.cpp b/src/panelhistory.cpp index 20c9c311..57aa9281 100644 --- a/src/panelhistory.cpp +++ b/src/panelhistory.cpp @@ -20,6 +20,7 @@ // Self Includes #include "panelhistory.h" +#include "panelhistory.moc" // QT Includes #include @@ -91,3 +92,4 @@ void PanelHistory::open() return; emit openUrl(index.data(HistoryModel::UrlRole).toUrl()); } + -- cgit v1.2.1