summaryrefslogtreecommitdiffstats
path: root/doc/khelpcenter/license/TDELicenseDlg.h
blob: f0dadf404f2a30e169b97670ed7b2a06b4a102f7 (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
{
  Q_OBJECT

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

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

#endif