diff options
Diffstat (limited to 'plugins/TabSRMM/src/msgs.h')
-rw-r--r-- | plugins/TabSRMM/src/msgs.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h index 72bfdc0eb4..88a4f7c7b4 100644 --- a/plugins/TabSRMM/src/msgs.h +++ b/plugins/TabSRMM/src/msgs.h @@ -130,14 +130,13 @@ struct TitleBtn { #define NR_BUTTONBARICONS 37//MaD: 29
#define NR_SIDEBARICONS 2
-class CTaskbarInteract;
+class CContactCache;
class CMenuBar;
-class CSideBar;
class CProxyWindow;
+class CSideBar;
+class CTaskbarInteract;
class CThumbBase;
-struct CContactCache;
-
#define STICK_ICON_MSG 10
struct TLogTheme
|