summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2016-07-22 10:45:08 +0000
committerRobert Pösel <robyer@seznam.cz>2016-07-22 10:45:08 +0000
commit2482ce144705af4a8bbfac069343d9e0d7eb3e75 (patch)
treefd1604f779c0a154f9218932f70891e65f1b18b4 /plugins/MirandaG15/src
parent7e7cc4907749e87692855aee01caa0cfbc791c5b (diff)
Standardize use of slashes in includes to "/" (thanks ybznek for idea)
Previous paths weren't usable on Linux git-svn-id: http://svn.miranda-ng.org/main/trunk@17121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
11 files changed, 18 insertions, 18 deletions
diff --git a/plugins/MirandaG15/src/CAppletManager.h b/plugins/MirandaG15/src/CAppletManager.h
index c0836a9ff6..a01b3268a1 100644
--- a/plugins/MirandaG15/src/CAppletManager.h
+++ b/plugins/MirandaG15/src/CAppletManager.h
@@ -1,7 +1,7 @@
#ifndef _COUTPUTMANAGER_H_
#define _COUTPUTMANAGER_H_
-#include "LCDFramework\CLCDOutputManager.h"
+#include "LCDFramework/CLCDOutputManager.h"
#include "CProtocolData.h"
#include "CIRCHistory.h"
@@ -14,7 +14,7 @@
#include "CCreditsScreen.h"
#include "CScreensaverScreen.h"
-#include "LCDFramework\CLCDConnectionLogitech.h"
+#include "LCDFramework/CLCDConnectionLogitech.h"
struct SMessageJob
{
diff --git a/plugins/MirandaG15/src/CChatScreen.h b/plugins/MirandaG15/src/CChatScreen.h
index f9f818d16c..371cbaf4fd 100644
--- a/plugins/MirandaG15/src/CChatScreen.h
+++ b/plugins/MirandaG15/src/CChatScreen.h
@@ -3,9 +3,9 @@
#include "CScreen.h"
-#include "LCDFramework\CLCDLabel.h"
-#include "LCDFramework\CLCDTextLog.h"
-#include "LCDFramework\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 1c0679c59b..ed556ce872 100644
--- a/plugins/MirandaG15/src/CContactList.h
+++ b/plugins/MirandaG15/src/CContactList.h
@@ -1,7 +1,7 @@
#ifndef _CCONTACTLIST_H_
#define _CCONTACTLIST_H_
-#include "LCDFramework\CLCDList.h"
+#include "LCDFramework/CLCDList.h"
class CContactListEntry
{
diff --git a/plugins/MirandaG15/src/CContactlistScreen.h b/plugins/MirandaG15/src/CContactlistScreen.h
index f181dae01c..329532a231 100644
--- a/plugins/MirandaG15/src/CContactlistScreen.h
+++ b/plugins/MirandaG15/src/CContactlistScreen.h
@@ -3,7 +3,7 @@
#include "CScreen.h"
#include "CContactList.h"
-#include "LCDFramework\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 115471f74a..c239094114 100644
--- a/plugins/MirandaG15/src/CCreditsScreen.h
+++ b/plugins/MirandaG15/src/CCreditsScreen.h
@@ -2,7 +2,7 @@
#define _CCREDITSSCREEN_H_
#include "CScreen.h"
-#include "LCDFramework\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 883ca4473f..9c27fe64e8 100644
--- a/plugins/MirandaG15/src/CEventLog.h
+++ b/plugins/MirandaG15/src/CEventLog.h
@@ -1,7 +1,7 @@
#ifndef _CEVENTLOG_H_
#define _CEVENTLOG_H_
-#include "LCDFramework\CLCDList.h"
+#include "LCDFramework/CLCDList.h"
class CEventLogEntry
{
diff --git a/plugins/MirandaG15/src/CEventScreen.h b/plugins/MirandaG15/src/CEventScreen.h
index 7ef9135744..456fa5ff29 100644
--- a/plugins/MirandaG15/src/CEventScreen.h
+++ b/plugins/MirandaG15/src/CEventScreen.h
@@ -3,7 +3,7 @@
#include "CScreen.h"
#include "CEventLog.h"
-#include "LCDFramework\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 957cdb80dc..f5142c554c 100644
--- a/plugins/MirandaG15/src/CNotificationScreen.h
+++ b/plugins/MirandaG15/src/CNotificationScreen.h
@@ -2,10 +2,10 @@
#define _CNOTIFICATIONSCREEN_H_
#include "CScreen.h"
-#include "LCDFramework\CLCDLabel.h"
-#include "LCDFramework\CLCDTextLog.h"
-#include "LCDFramework\CLCDBar.h"
-#include "LCDFramework\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 7c3939861c..9bcb6ef589 100644
--- a/plugins/MirandaG15/src/CScreen.h
+++ b/plugins/MirandaG15/src/CScreen.h
@@ -1,8 +1,8 @@
#ifndef _CSCREEN_H_
#define _CSCREEN_H_
-#include "LCDFramework\CLCDScreen.h"
-#include "LCDFramework\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 515e80e290..4a42df56ea 100644
--- a/plugins/MirandaG15/src/CScreensaverScreen.h
+++ b/plugins/MirandaG15/src/CScreensaverScreen.h
@@ -2,7 +2,7 @@
#define _CSCREENSAVERSSCREEN_H_
#include "CScreen.h"
-#include "LCDFramework\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 e1812a712d..176f52cdb6 100644
--- a/plugins/MirandaG15/src/StdAfx.h
+++ b/plugins/MirandaG15/src/StdAfx.h
@@ -39,7 +39,7 @@ using namespace std;
#define ASSERT assert
-#include "LCDFramework\LCDFramework.h"
+#include "LCDFramework/LCDFramework.h"
#include "Miranda.h"
#include "CEvent.h"