summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/sync/sinks/gallery/galleryitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/sync/sinks/gallery/galleryitem.h')
-rw-r--r--kipi-plugins/sync/sinks/gallery/galleryitem.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/kipi-plugins/sync/sinks/gallery/galleryitem.h b/kipi-plugins/sync/sinks/gallery/galleryitem.h
new file mode 100644
index 0000000..88fc7e8
--- /dev/null
+++ b/kipi-plugins/sync/sinks/gallery/galleryitem.h
@@ -0,0 +1,29 @@
+/* ============================================================
+ * File : galleryitem.h
+ * Author: Colin Guthrie <kde@colin.guthr.ie>
+ * Date : 2007-02-02
+ *
+ * Copyright 2007 Colin Guthrie <kde@colin.guthr.ie>
+ *
+ * This program is free software; you can redistribute it
+ * and/or modify it under the terms of the GNU General
+ * Public License as published by the Free Software Foundation;
+ * either version 2, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ * ============================================================ */
+
+#include "../../libkipi2/item.h"
+
+namespace KipiSyncPlugin
+{
+
+class GalleryItem : KIPI2::Item
+{
+
+};
+
+}