From 5cccb13dad589b66957772ee36b3be0ef06ed0dc Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Wed, 4 Apr 2012 13:19:30 +0200 Subject: Move from noui.h / ui.h to one ui_interface.h with dummy implementation for the daemon. --- bitcoin-qt.pro | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bitcoin-qt.pro') diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index a2bf4010e5..7ad94037cf 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -115,7 +115,6 @@ HEADERS += src/qt/bitcoingui.h \ src/key.h \ src/db.h \ src/script.h \ - src/noui.h \ src/init.h \ src/headers.h \ src/irc.h \ @@ -135,7 +134,6 @@ HEADERS += src/qt/bitcoingui.h \ src/qt/guiconstants.h \ src/qt/optionsmodel.h \ src/qt/monitoreddatamapper.h \ - src/qtui.h \ src/qt/transactiondesc.h \ src/qt/transactiondescdialog.h \ src/qt/bitcoinamountfield.h \ @@ -156,7 +154,8 @@ HEADERS += src/qt/bitcoingui.h \ src/protocol.h \ src/qt/notificator.h \ src/qt/qtipcserver.h \ - src/allocators.h + src/allocators.h \ + src/ui_interface.h SOURCES += src/qt/bitcoin.cpp src/qt/bitcoingui.cpp \ src/qt/transactiontablemodel.cpp \ -- cgit v1.2.3