aboutsummaryrefslogtreecommitdiff
path: root/src/qt/aboutdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt/aboutdialog.h')
-rw-r--r--src/qt/aboutdialog.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/qt/aboutdialog.h b/src/qt/aboutdialog.h
index 33b1437674..b02be74844 100644
--- a/src/qt/aboutdialog.h
+++ b/src/qt/aboutdialog.h
@@ -1,12 +1,17 @@
+// Copyright (c) 2011-2013 The Bitcoin developers
+// Distributed under the MIT/X11 software license, see the accompanying
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+
#ifndef ABOUTDIALOG_H
#define ABOUTDIALOG_H
#include <QDialog>
+class ClientModel;
+
namespace Ui {
class AboutDialog;
}
-class ClientModel;
/** "About" dialog box */
class AboutDialog : public QDialog