summaryrefslogtreecommitdiff
path: root/skygipp.h
diff options
context:
space:
mode:
Diffstat (limited to 'skygipp.h')
-rw-r--r--skygipp.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/skygipp.h b/skygipp.h
new file mode 100644
index 0000000..cef82bc
--- /dev/null
+++ b/skygipp.h
@@ -0,0 +1,14 @@
+#ifndef SKYGIPP_H
+#define SKYGIPP_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