blob: 921e69c45f8b9376884f4d1612f8bb599b3e5496 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
#ifndef SOWATCH_H
#define SOWATCH_H
#include "sowatch_global.h"
#include "configkey.h"
#include "gconfkey.h"
#include "watch.h"
#include "watchserver.h"
#include "watchsimulator.h"
#include "watchscanner.h"
#include "watchplugininterface.h"
#include "notification.h"
#include "weathernotification.h"
#include "notificationprovider.h"
#include "notificationplugininterface.h"
#include "watchlet.h"
#include "graphicswatchlet.h"
#include "declarativewatchlet.h"
#include "watchletplugininterface.h"
#include "registry.h"
#include "allwatchscanner.h"
#endif // SOWATCH_H
|