summaryrefslogtreecommitdiff
path: root/src/sidepanel.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-26 23:51:25 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-26 23:51:25 +0200
commite52ed70c8e6e1abd8adc27dd0052328fa5f4deff (patch)
treec9fa2145c0a0a66f02fbfa7dee9f97c8f87f5ae0 /src/sidepanel.cpp
parentKDE mail Tool Invocation (diff)
downloadrekonq-e52ed70c8e6e1abd8adc27dd0052328fa5f4deff.tar.xz
Including moc files && lineedit class Q_OBJECT fix
Diffstat (limited to 'src/sidepanel.cpp')
-rw-r--r--src/sidepanel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sidepanel.cpp b/src/sidepanel.cpp
index 761c3474..c4ba6c2a 100644
--- a/src/sidepanel.cpp
+++ b/src/sidepanel.cpp
@@ -19,6 +19,7 @@
// Self Includes
#include "sidepanel.h"
+#include "sidepanel.moc"
// Auto Includes
#include "rekonq.h"
@@ -49,3 +50,4 @@ SidePanel::~SidePanel()
delete m_panelHistory;
}
+