You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/kanagram/src/newstuffdialog.h

18 lines
337 B

#ifndef NEWSTUFFDIALOG_H
#define NEWSTUFFDIALOG_H
#include <tdenewstuff/knewstuff.h>
class NewStuffDialog : public TDENewStuff
{
public:
NewStuffDialog();
~NewStuffDialog();
bool install(const TQString &fileName);
bool createUploadFile(const TQString &fileName);
TQString downloadDestination(KNS::Entry *entry);
};
#endif