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/newstuff.h

20 lines
232 B

#ifndef NEWSTUFF_H
#define NEWSTUFF_H
#include "newstuffwidget.h"
class NewStuff : public NewStuffWidget
{
TQ_OBJECT
public:
NewStuff(TQWidget *parent);
~NewStuff();
private slots:
void slotGetNewVocabs();
};
#endif