summaryrefslogtreecommitdiffstats
path: root/interfaces/terminal/test/main.h
blob: 256b0840a17880baba2996e68dab8972c945167b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef MAIN_H
#define MAIN_H


class Win
    : public TDEMainWindow
{
    Q_OBJECT
    KParts::Part* p;
public:
    Win();
public slots:
    void pythonExited();
    void forked();
};

#endif