sirikali/6dad4d1feb4f4f2f98ab4c02114...

80 lines
2.2 KiB
Diff

From 6dad4d1feb4f4f2f98ab4c02114cafd560cb61c0 Mon Sep 17 00:00:00 2001
From: ink <mhogomchungu@gmail.com>
Date: Sat, 13 Jan 2018 20:07:24 +0300
Subject: [PATCH] fix a build issue when lxqt_wallet internal library is
completely missing
---
src/cryfscreateoptions.cpp | 2 +-
src/gocryptfscreateoptions.cpp | 2 +-
src/keydialog.cpp | 2 +-
src/siritask.h | 2 +-
src/walletconfig.cpp | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/cryfscreateoptions.cpp b/src/cryfscreateoptions.cpp
index 31ed227..1fc925d 100644
--- a/src/cryfscreateoptions.cpp
+++ b/src/cryfscreateoptions.cpp
@@ -21,7 +21,7 @@
#include "ui_cryfscreateoptions.h"
#include "utility.h"
-#include "task.h"
+#include "task.hpp"
cryfscreateoptions::cryfscreateoptions( QWidget * parent,
std::function< void( const QStringList& ) > function ) :
diff --git a/src/gocryptfscreateoptions.cpp b/src/gocryptfscreateoptions.cpp
index 07c64f5..34b9b2f 100644
--- a/src/gocryptfscreateoptions.cpp
+++ b/src/gocryptfscreateoptions.cpp
@@ -21,7 +21,7 @@
#include "ui_gocryptfscreateoptions.h"
#include "utility.h"
-#include "task.h"
+#include "task.hpp"
gocryptfscreateoptions::gocryptfscreateoptions( QWidget * parent,
std::function< void( const QStringList& ) > function ) :
diff --git a/src/keydialog.cpp b/src/keydialog.cpp
index e99ae9e..1720e4b 100644
--- a/src/keydialog.cpp
+++ b/src/keydialog.cpp
@@ -29,7 +29,7 @@
#include "options.h"
#include "dialogmsg.h"
-#include "task.h"
+#include "task.hpp"
#include "utility.h"
#include "lxqt_wallet.h"
#include "utility2.h"
diff --git a/src/siritask.h b/src/siritask.h
index c3942cd..f4c4373 100644
--- a/src/siritask.h
+++ b/src/siritask.h
@@ -21,7 +21,7 @@
#define ZULUMOUNTTASK_H
#include "volumeinfo.h"
-#include "task.h"
+#include "task.hpp"
#include "utility.h"
#include "favorites.h"
#include <QVector>
diff --git a/src/walletconfig.cpp b/src/walletconfig.cpp
index e793e02..9dd9f27 100644
--- a/src/walletconfig.cpp
+++ b/src/walletconfig.cpp
@@ -25,7 +25,7 @@
#include "tablewidget.h"
#include "walletconfiginput.h"
#include "utility.h"
-#include "task.h"
+#include "task.hpp"
#include <Qt>
#include <QTableWidget>