summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/kmainwindowtest.h
blob: 4fb426ac514fa812ab969710035ec6234f7f04b2 (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 <kmainwindow.h>

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

private slots:
    void showMessage();
};

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