summaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-26 11:37:11 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-26 11:37:11 +0100
commit8dda858403d283f1850c0298aac0fb5212a27952 (patch)
treeb21daf30ccba171cb4924d1d93871ac7c75e15c0 /src/application.h
parentFixing scripts and tests to start reloading them.. (diff)
downloadrekonq-8dda858403d283f1850c0298aac0fb5212a27952.tar.xz
tests support for every Qt derived rekonq class
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/application.h b/src/application.h
index 30ec4839..4340b004 100644
--- a/src/application.h
+++ b/src/application.h
@@ -29,6 +29,8 @@
#ifndef APPLICATION_H
#define APPLICATION_H
+// Local Includes
+#include "rekonqprivate_export.h"
// KDE Includes
#include <KUniqueApplication>
@@ -89,7 +91,7 @@ namespace Rekonq
/**
*
*/
-class Application : public KUniqueApplication
+class REKONQ_TESTS_EXPORT Application : public KUniqueApplication
{
Q_OBJECT