summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/tdemainwindowtest.h
blob: b7c5d9e3c184d840f2a46b1a49113f6debb70b1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef KMAINWINDOWTEST_H
#define KMAINWINDOWTEST_H

#include <tdemainwindow.h>

class MainWindow : public TDEMainWindow
{
    Q_OBJECT
public:
    MainWindow();

private slots:
    void showMessage();
};

#endif // KMAINWINDOWTEST_H
/* vim: et sw=4 ts=4
 */