summaryrefslogtreecommitdiff
path: root/libsowatch/sowatch.h
blob: 4acea75a0aa3597a8413382b5e9946daf162ad1e (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
29
30
#ifndef SOWATCH_H
#define SOWATCH_H

#include "sowatch_global.h"

#include "configkey.h"
#include "gconfkey.h"

#include "watch.h"
#include "watchserver.h"
#include "watchscanner.h"
#include "watchpaintengine.h"
#include "watchplugininterface.h"

#include "notification.h"
#include "weathernotification.h"
#include "notificationprovider.h"
#include "notificationplugininterface.h"
#include "notificationsmodel.h"

#include "watchlet.h"
#include "graphicswatchlet.h"
#include "declarativewatchlet.h"
#include "watchletplugininterface.h"
#include "watchletsmodel.h"

#include "registry.h"
#include "allwatchscanner.h"

#endif // SOWATCH_H