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.
tdelibs/tdeui/tests/tdemainwindowtest.h

17 lines
241 B

#ifndef TDEMAINWINDOWTEST_H
#define TDEMAINWINDOWTEST_H
#include <tdemainwindow.h>
class MainWindow : public TDEMainWindow
{
TQ_OBJECT
public:
MainWindow();
private slots:
void showMessage();
};
#endif // TDEMAINWINDOWTEST_H