summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/sync/libkipi2/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/sync/libkipi2/item.h')
-rw-r--r--kipi-plugins/sync/libkipi2/item.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/kipi-plugins/sync/libkipi2/item.h b/kipi-plugins/sync/libkipi2/item.h
new file mode 100644
index 0000000..6b42830
--- /dev/null
+++ b/kipi-plugins/sync/libkipi2/item.h
@@ -0,0 +1,34 @@
+/* ============================================================
+ * File : item.h
+ * Author: Colin Guthrie <kde@colin.guthr.ie>
+ * Date : 2007-01-26
+ *
+ * Copyright 2007 by 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.
+ * ============================================================ */
+
+#ifndef KIPI2_ITEM_H
+#define KIPI2_ITEM_H
+
+#include <qvaluelist.h>
+
+namespace KIPI2
+{
+ class Item
+ {
+ public:
+
+ private:
+
+ };
+}
+#endif /* KIPI2_ITEM_H */