summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/kmainwindowtest.h
blob: 21ca2fe7e4987cbad773c7feb46b81a528a991f3 (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 TDEMainWindow
{
    Q_OBJECT
public:
    MainWindow();

private slots:
    void showMessage();
};

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