]> Git Repo - VerusCoin.git/blobdiff - src/qt/openuridialog.h
Remove translation for -help-debug options
[VerusCoin.git] / src / qt / openuridialog.h
index 28da7d6d9d1f059de18dac1586fb1b82255beecd..d5c434ba9c8c97e0195fa20006ade96e5f50da2c 100644 (file)
@@ -1,14 +1,14 @@
-// Copyright (c) 2011-2013 The Bitcoin developers
-// Distributed under the MIT/X11 software license, see the accompanying
+// Copyright (c) 2011-2013 The Bitcoin Core developers
+// Distributed under the MIT software license, see the accompanying
 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
-#ifndef OPENURIDIALOG_H
-#define OPENURIDIALOG_H
+#ifndef BITCOIN_QT_OPENURIDIALOG_H
+#define BITCOIN_QT_OPENURIDIALOG_H
 
 #include <QDialog>
 
 namespace Ui {
-class OpenURIDialog;
+    class OpenURIDialog;
 }
 
 class OpenURIDialog : public QDialog
@@ -31,4 +31,4 @@ private:
     Ui::OpenURIDialog *ui;
 };
 
-#endif // OPENURIDIALOG_H
+#endif // BITCOIN_QT_OPENURIDIALOG_H
This page took 0.021253 seconds and 4 git commands to generate.