unauthorizedAccept option
[dyskinesia.git] / src / genkeywin.h
bloba1807ec0050440122f0c2d1e6d13f2d9e763d47b
1 /* coded by Ketmar // Vampire Avalon (psyc://ketmar.no-ip.org/~Ketmar)
2 * Understanding is not required. Only obedience.
4 * This program is free software. It comes without any warranty, to
5 * the extent permitted by applicable law. You can redistribute it
6 * and/or modify it under the terms of the Do What The Fuck You Want
7 * To Public License, Version 2, as published by Sam Hocevar. See
8 * http://sam.zoy.org/wtfpl/COPYING for more details.
9 */
10 #ifndef GENKEYWIN_H
11 #define GENKEYWIN_H
13 #include <QDialog>
16 #include "ui_genkeywin.h"
17 class GenKeyWin : public QDialog, public Ui_genKeyDlg {
18 Q_OBJECT
20 public:
21 GenKeyWin (const QString &userName, QWidget *parent=0);
22 ~GenKeyWin ();
26 #endif