summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/opendiag.h
blob: b74490b3f8cefbbc7c53e6f97cc51025cff9e12e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef OPENDIAG_H
#define OPENDIAG_H

#include "opendiagbase.h"

class OpenDiag : public OpenDiagBase
{
	Q_OBJECT

public:
	OpenDiag(QWidget *parent = 0, const char *name = 0, WFlags fl = 0);

};

#endif