[Tizen] Fix the build error
[platform/core/uifw/dali-adaptor.git] / dali / integration-api / trigger-event-factory.h
index 62f4a7a..44efc42 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_H__
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
  */
 
 // INTERNAL INCLUDES
-#include <dali/public-api/common/dali-common.h>
+#include <dali/public-api/dali-adaptor-common.h>
 #ifdef DALI_ADAPTOR_COMPILATION
 #include <dali/integration-api/trigger-event-factory-interface.h>
 #else
@@ -33,7 +33,7 @@ namespace Dali
  * @brief Trigger interface factory class
  *
  */
-class DALI_IMPORT_API TriggerEventFactory : public TriggerEventFactoryInterface
+class DALI_ADAPTOR_API TriggerEventFactory : public TriggerEventFactoryInterface
 {
 
 public: