Skip to content

Commit

Permalink
[BALANCES TAB REWRITE] Rename balance files
Browse files Browse the repository at this point in the history
  • Loading branch information
zathras-crypto committed Apr 2, 2015
1 parent c39ec65 commit d6cb0cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/qt/balancesview.cpp → src/qt/balancesdialog.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// 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.

#include "balancesview.h"
#include "balancesdialog.h"
#include "ui_balancesdialog.h"

#include "addresstablemodel.h"
Expand Down
7 changes: 4 additions & 3 deletions src/qt/balancesview.h → src/qt/balancesdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#ifndef BALANCESVIEW_H
#define BALANCESVIEW_H
#ifndef BALANCESDIALOG_H
#define BALANCESDIALOG_H

#include "guiutil.h"

#include <QWidget>
#include <QDialog>
#include <QObject>
#include <QString>
#include <QTableWidget>
#include <QTextEdit>
Expand Down Expand Up @@ -77,4 +78,4 @@ public slots:
void balancesUpdated();
};

#endif // BALANCESVIEW_H
#endif // BALANCESDIALOG_H
2 changes: 1 addition & 1 deletion src/qt/walletview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "signverifymessagedialog.h"
#include "transactiontablemodel.h"
#include "transactionview.h"
#include "balancesview.h"
#include "balancesdialog.h"
#include "walletmodel.h"
#include "orderhistorydialog.h"
#include "txhistorydialog.h"
Expand Down

0 comments on commit d6cb0cc

Please sign in to comment.