summaryrefslogtreecommitdiffstats
path: root/doc/khelpcenter/license/TDELicenseDlg.h
blob: 40e05a7a45be96b5cb65260551b4c7c955b29732 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __TDELICENSE_DLG_H__
#define __TDELICENSE_DLG_H__

#include <kdialog.h>

class TDELicenseDlg : public KDialog
{
  TQ_OBJECT

public:
  TDELicenseDlg(TQWidget *parent = 0, const char *name = 0);

protected:
  static TQString readLicenseFile(const TQString &licenseName);
};

#endif