diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-25 15:07:49 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-25 15:07:49 +0000 |
commit | 153360d2601bded9d77df304a2a2b4c83a5a4998 (patch) | |
tree | 671c97ca536b4e54c8efbb364ad09965cea8d7c9 /plugins/MirandaG15/src/CNotificationScreen.h | |
parent | 075c7777370258c5e1ccff1dc22f31b416e1e761 (diff) |
MirandaG15: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14691 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirandaG15/src/CNotificationScreen.h')
-rw-r--r-- | plugins/MirandaG15/src/CNotificationScreen.h | 8 |
1 files changed, 4 insertions, 4 deletions
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
{
|