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.
tdegames/libksirtet/common/main.h

24 lines
391 B

#ifndef COMMON_MAIN_H
#define COMMON_MAIN_H
#include "base/main.h"
#include "lib/libksirtet_export.h"
class LIBKSIRTET_EXPORT MainWindow : public BaseMainWindow
{
TQ_OBJECT
public:
MainWindow() {}
protected:
void init();
void addConfig(TDEConfigDialog *);
void addKeys(KKeyDialog &);
void saveKeys();
virtual void focusInEvent(TQFocusEvent *e);
};
#endif