Update CMakeLists.txt - play with openssl
[novacoin.git] / src / qt / aboutdialog.h
index d2caa3e..714970f 100644 (file)
@@ -1,14 +1,15 @@
 #ifndef ABOUTDIALOG_H
 #define ABOUTDIALOG_H
 
-#include <QDialog>
+#include <QWidget>
 
 namespace Ui {
     class AboutDialog;
 }
 class ClientModel;
 
-class AboutDialog : public QDialog
+/** "About" dialog box */
+class AboutDialog : public QWidget
 {
     Q_OBJECT
 
@@ -20,6 +21,8 @@ public:
 private:
     Ui::AboutDialog *ui;
 
+    void keyPressEvent(QKeyEvent *);
+
 private slots:
     void on_buttonBox_accepted();
 };