summaryrefslogtreecommitdiffstats
path: root/kanagram/src/newstuffdialog.h
blob: 7c61f12e8ccc4e8a2a1dd5a71fa3cb0f9c552a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef NEWSTUFFDIALOG_H
#define NEWSTUFFDIALOG_H

#include <knewstuff/knewstuff.h>

class NewStuffDialog : public KNewStuff
{
	public:
		NewStuffDialog();
		~NewStuffDialog();
		bool install(const TQString &fileName);
		bool createUploadFile(const TQString &fileName);
		TQString downloadDestination(KNS::Entry *entry);
};

#endif