summaryrefslogtreecommitdiffstats
path: root/kanagram/src/newstuffdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kanagram/src/newstuffdialog.h')
-rw-r--r--kanagram/src/newstuffdialog.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/kanagram/src/newstuffdialog.h b/kanagram/src/newstuffdialog.h
new file mode 100644
index 00000000..f0441623
--- /dev/null
+++ b/kanagram/src/newstuffdialog.h
@@ -0,0 +1,17 @@
+#ifndef NEWSTUFFDIALOG_H
+#define NEWSTUFFDIALOG_H
+
+#include <knewstuff/knewstuff.h>
+
+class NewStuffDialog : public KNewStuff
+{
+ public:
+ NewStuffDialog();
+ ~NewStuffDialog();
+ bool install(const QString &fileName);
+ bool createUploadFile(const QString &fileName);
+ QString downloadDestination(KNS::Entry *entry);
+};
+
+#endif
+