summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirandaG15/src')
-rw-r--r--plugins/MirandaG15/src/CAppletManager.h4
-rw-r--r--plugins/MirandaG15/src/CChatScreen.h6
-rw-r--r--plugins/MirandaG15/src/CContactList.h2
-rw-r--r--plugins/MirandaG15/src/CContactlistScreen.h2
-rw-r--r--plugins/MirandaG15/src/CCreditsScreen.h2
-rw-r--r--plugins/MirandaG15/src/CEventLog.h2
-rw-r--r--plugins/MirandaG15/src/CEventScreen.h2
-rw-r--r--plugins/MirandaG15/src/CNotificationScreen.h8
-rw-r--r--plugins/MirandaG15/src/CScreen.h4
-rw-r--r--plugins/MirandaG15/src/CScreensaverScreen.h2
-rw-r--r--plugins/MirandaG15/src/StdAfx.h2
-rw-r--r--plugins/MirandaG15/src/stdafx.cxx (renamed from plugins/MirandaG15/src/stdafx.cpp)0
12 files changed, 18 insertions, 18 deletions
diff --git a/plugins/MirandaG15/src/CAppletManager.h b/plugins/MirandaG15/src/CAppletManager.h
index 2e70f906ba..c0836a9ff6 100644
--- a/plugins/MirandaG15/src/CAppletManager.h
+++ b/plugins/MirandaG15/src/CAppletManager.h
@@ -1,7 +1,7 @@
#ifndef _COUTPUTMANAGER_H_
#define _COUTPUTMANAGER_H_
-#include "CLCDOutputManager.h"
+#include "LCDFramework\CLCDOutputManager.h"
#include "CProtocolData.h"
#include "CIRCHistory.h"
@@ -14,7 +14,7 @@
#include "CCreditsScreen.h"
#include "CScreensaverScreen.h"
-#include "CLCDConnectionLogitech.h"
+#include "LCDFramework\CLCDConnectionLogitech.h"
struct SMessageJob
{
diff --git a/plugins/MirandaG15/src/CChatScreen.h b/plugins/MirandaG15/src/CChatScreen.h
index 4f1582083b..f9f818d16c 100644
--- a/plugins/MirandaG15/src/CChatScreen.h
+++ b/plugins/MirandaG15/src/CChatScreen.h
@@ -3,9 +3,9 @@
#include "CScreen.h"
-#include "CLCDLabel.h"
-#include "CLCDTextLog.h"
-#include "CLCDInput.h"
+#include "LCDFramework\CLCDLabel.h"
+#include "LCDFramework\CLCDTextLog.h"
+#include "LCDFramework\CLCDInput.h"
class CChatScreen : public CScreen
{
diff --git a/plugins/MirandaG15/src/CContactList.h b/plugins/MirandaG15/src/CContactList.h
index 52d68be1df..1c0679c59b 100644
--- a/plugins/MirandaG15/src/CContactList.h
+++ b/plugins/MirandaG15/src/CContactList.h
@@ -1,7 +1,7 @@
#ifndef _CCONTACTLIST_H_
#define _CCONTACTLIST_H_
-#include "CLCDList.h"
+#include "LCDFramework\CLCDList.h"
class CContactListEntry
{
diff --git a/plugins/MirandaG15/src/CContactlistScreen.h b/plugins/MirandaG15/src/CContactlistScreen.h
index b0f06e265e..f181dae01c 100644
--- a/plugins/MirandaG15/src/CContactlistScreen.h
+++ b/plugins/MirandaG15/src/CContactlistScreen.h
@@ -3,7 +3,7 @@
#include "CScreen.h"
#include "CContactList.h"
-#include "CLCDBar.h"
+#include "LCDFramework\CLCDBar.h"
class CContactlistScreen : public CScreen
{
diff --git a/plugins/MirandaG15/src/CCreditsScreen.h b/plugins/MirandaG15/src/CCreditsScreen.h
index 3873fc2c79..115471f74a 100644
--- a/plugins/MirandaG15/src/CCreditsScreen.h
+++ b/plugins/MirandaG15/src/CCreditsScreen.h
@@ -2,7 +2,7 @@
#define _CCREDITSSCREEN_H_
#include "CScreen.h"
-#include "CLCDLabel.h"
+#include "LCDFramework\CLCDLabel.h"
class CCreditsScreen : public CScreen
{
diff --git a/plugins/MirandaG15/src/CEventLog.h b/plugins/MirandaG15/src/CEventLog.h
index 6f9efe8996..883ca4473f 100644
--- a/plugins/MirandaG15/src/CEventLog.h
+++ b/plugins/MirandaG15/src/CEventLog.h
@@ -1,7 +1,7 @@
#ifndef _CEVENTLOG_H_
#define _CEVENTLOG_H_
-#include "CLCDList.h"
+#include "LCDFramework\CLCDList.h"
class CEventLogEntry
{
diff --git a/plugins/MirandaG15/src/CEventScreen.h b/plugins/MirandaG15/src/CEventScreen.h
index e2eeccc24c..7ef9135744 100644
--- a/plugins/MirandaG15/src/CEventScreen.h
+++ b/plugins/MirandaG15/src/CEventScreen.h
@@ -3,7 +3,7 @@
#include "CScreen.h"
#include "CEventLog.h"
-#include "CLCDBar.h"
+#include "LCDFramework\CLCDBar.h"
class CEventScreen : public CScreen
{
diff --git a/plugins/MirandaG15/src/CNotificationScreen.h b/plugins/MirandaG15/src/CNotificationScreen.h
index 98130c8de5..957cdb80dc 100644
--- a/plugins/MirandaG15/src/CNotificationScreen.h
+++ b/plugins/MirandaG15/src/CNotificationScreen.h
@@ -2,10 +2,10 @@
#define _CNOTIFICATIONSCREEN_H_
#include "CScreen.h"
-#include "CLCDLabel.h"
-#include "CLCDTextLog.h"
-#include "CLCDBar.h"
-#include "CLCDInput.h"
+#include "LCDFramework\CLCDLabel.h"
+#include "LCDFramework\CLCDTextLog.h"
+#include "LCDFramework\CLCDBar.h"
+#include "LCDFramework\CLCDInput.h"
class CNotificationEntry
{
diff --git a/plugins/MirandaG15/src/CScreen.h b/plugins/MirandaG15/src/CScreen.h
index 53b05a96e3..7c3939861c 100644
--- a/plugins/MirandaG15/src/CScreen.h
+++ b/plugins/MirandaG15/src/CScreen.h
@@ -1,8 +1,8 @@
#ifndef _CSCREEN_H_
#define _CSCREEN_H_
-#include "CLCDScreen.h"
-#include "CLCDBitmap.h"
+#include "LCDFramework\CLCDScreen.h"
+#include "LCDFramework\CLCDBitmap.h"
//#include "CLCDLabel.h"
class CScreen : public CLCDScreen
diff --git a/plugins/MirandaG15/src/CScreensaverScreen.h b/plugins/MirandaG15/src/CScreensaverScreen.h
index 19592a204b..515e80e290 100644
--- a/plugins/MirandaG15/src/CScreensaverScreen.h
+++ b/plugins/MirandaG15/src/CScreensaverScreen.h
@@ -2,7 +2,7 @@
#define _CSCREENSAVERSSCREEN_H_
#include "CScreen.h"
-#include "CLCDLabel.h"
+#include "LCDFramework\CLCDLabel.h"
class CScreensaverScreen : public CScreen
{
diff --git a/plugins/MirandaG15/src/StdAfx.h b/plugins/MirandaG15/src/StdAfx.h
index f92f33606d..e6df528c12 100644
--- a/plugins/MirandaG15/src/StdAfx.h
+++ b/plugins/MirandaG15/src/StdAfx.h
@@ -40,7 +40,7 @@ using namespace std;
#define ASSERT assert
-#include "LCDFramework.h"
+#include "LCDFramework\LCDFramework.h"
#include "Miranda.h"
#include "CEvent.h"
diff --git a/plugins/MirandaG15/src/stdafx.cpp b/plugins/MirandaG15/src/stdafx.cxx
index 7e437924f6..7e437924f6 100644
--- a/plugins/MirandaG15/src/stdafx.cpp
+++ b/plugins/MirandaG15/src/stdafx.cxx