diff options
Diffstat (limited to '')
-rw-r--r-- | src/gpg/GpgConstants.cpp (renamed from src/gpgconstants.cpp) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpgconstants.cpp b/src/gpg/GpgConstants.cpp index 9e919386..7fe800fb 100644 --- a/src/gpgconstants.cpp +++ b/src/gpg/GpgConstants.cpp @@ -19,8 +19,7 @@ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/> */ -#include "gpgconstants.h" -#include <QString> +#include "gpg/GpgConstants.h" const char *GpgConstants::PGP_CRYPT_BEGIN = "-----BEGIN PGP MESSAGE-----"; const char *GpgConstants::PGP_CRYPT_END = "-----END PGP MESSAGE-----"; |