summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/tdecryptographiccarddevice.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-08 01:54:16 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-08 01:54:16 -0500
commit48efde854f382d44ce38c2a8d72233d3ff216428 (patch)
treeb1db21a7c2af4dca3f019bb0696aad88c761cd04 /tdecore/tdehw/tdecryptographiccarddevice.h
parent897752b61a622dca67b10519e989d986f460ce14 (diff)
downloadtdelibs-48efde854f382d44ce38c2a8d72233d3ff216428.tar.gz
tdelibs-48efde854f382d44ce38c2a8d72233d3ff216428.zip
Fix FTBFS when PKCS option disabled
Diffstat (limited to 'tdecore/tdehw/tdecryptographiccarddevice.h')
-rw-r--r--tdecore/tdehw/tdecryptographiccarddevice.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tdecore/tdehw/tdecryptographiccarddevice.h b/tdecore/tdehw/tdecryptographiccarddevice.h
index 299ad0741..fd0364fd8 100644
--- a/tdecore/tdehw/tdecryptographiccarddevice.h
+++ b/tdecore/tdehw/tdecryptographiccarddevice.h
@@ -1,4 +1,3 @@
-
/* This file is part of the TDE libraries
Copyright (C) 2015 Timothy Pearson <kb9vqf@pearsoncomputing.net>
@@ -46,7 +45,7 @@ class TDECORE_EXPORT TDECryptographicCardDevice : public TDEGenericDevice
* @param Device type
*/
TDECryptographicCardDevice(TDEGenericDeviceType::TDEGenericDeviceType dt, TQString dn=TQString::null);
-
+
/**
* Destructor.
*/