summaryrefslogtreecommitdiff
path: root/skygipp.h
blob: fc5678e6de1b6cc481dbdeadce1e85f3f1be0a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef SKYGIPP_H
#define SKYGIPP_H

#include "application.h"
#include "widget.h"
#include "widgetbutton.h"
#include "widgetcheckbox.h"
#include "widgetform.h"
#include "widgetprogressbar.h"
#include "widgetslider.h"
#include "widgettextfield.h"
#include "widgettitle.h"
#include "widgettooltip.h"

#endif