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

19 lines
265 B

#ifndef TDEMAINWINDOWTEST_H
#define TDEMAINWINDOWTEST_H
#include <tdemainwindow.h>
class MainWindow : public TDEMainWindow
{
Q_OBJECT
public:
MainWindow();
private slots:
void showMessage();
};
#endif // TDEMAINWINDOWTEST_H
/* vim: et sw=4 ts=4
*/