Revert "transmission: update from 2.13 to 2.22"
[tomato.git] / release / src / router / transmission / qt / license.h
blob7e2a60cf7545cfd65e7625199657269c63752acc
1 /*
2 * This file Copyright (C) Mnemosyne LLC
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2
6 * as published by the Free Software Foundation.
8 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
10 * $Id: license.h 11092 2010-08-01 20:36:13Z charles $
13 #ifndef LICENSE_DIALOG_H
14 #define LICENSE_DIALOG_H
16 #include <QDialog>
18 class LicenseDialog: public QDialog
20 Q_OBJECT
22 public:
23 LicenseDialog( QWidget * parent = 0 );
24 ~LicenseDialog( ) { }
28 #endif