diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-26 23:51:25 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-26 23:51:25 +0200 |
commit | e52ed70c8e6e1abd8adc27dd0052328fa5f4deff (patch) | |
tree | c9fa2145c0a0a66f02fbfa7dee9f97c8f87f5ae0 /src/panelhistory.cpp | |
parent | KDE mail Tool Invocation (diff) | |
download | rekonq-e52ed70c8e6e1abd8adc27dd0052328fa5f4deff.tar.xz |
Including moc files && lineedit class Q_OBJECT fix
Diffstat (limited to 'src/panelhistory.cpp')
-rw-r--r-- | src/panelhistory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 <QLabel> @@ -91,3 +92,4 @@ void PanelHistory::open() return; emit openUrl(index.data(HistoryModel::UrlRole).toUrl()); } + |