diff options
author | MarcoFalke <falke.marco@gmail.com> | 2015-08-18 19:24:10 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2015-09-23 10:27:39 +0200 |
commit | 4dee609e10909dff19e06b82440c4165d512aa05 (patch) | |
tree | ceeea9ce35ba4a64204cc6985e3ac732e2a89f48 /src/qt/rpcconsole.cpp | |
parent | 0d0a2d6bf971ef63ace70c3f3f185a9171aa26de (diff) |
Rename rpcconsole.ui => debugwindow.ui
Diffstat (limited to 'src/qt/rpcconsole.cpp')
-rw-r--r-- | src/qt/rpcconsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 9603a26c6e..72a3023c9a 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -3,7 +3,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "rpcconsole.h" -#include "ui_rpcconsole.h" +#include "ui_debugwindow.h" #include "bantablemodel.h" #include "clientmodel.h" |