summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/tdecryptographiccarddevice_private.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-08-29 01:12:13 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-08-29 01:12:22 -0500
commit2b7151f46f46ffaf129f99f0bf3e67ddb367674d (patch)
treecd87522de30b472427b6214071fa2c908ecbe415 /tdecore/tdehw/tdecryptographiccarddevice_private.h
parent31ebb6568fd8557ba184b38481887e540cbf5647 (diff)
downloadtdelibs-2b7151f46f46ffaf129f99f0bf3e67ddb367674d.tar.gz
tdelibs-2b7151f46f46ffaf129f99f0bf3e67ddb367674d.zip
Fix FTBFS from prior commit due to missing files
Diffstat (limited to 'tdecore/tdehw/tdecryptographiccarddevice_private.h')
-rw-r--r--tdecore/tdehw/tdecryptographiccarddevice_private.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tdecore/tdehw/tdecryptographiccarddevice_private.h b/tdecore/tdehw/tdecryptographiccarddevice_private.h
index a82fe1ae5..6ee4cd34a 100644
--- a/tdecore/tdehw/tdecryptographiccarddevice_private.h
+++ b/tdecore/tdehw/tdecryptographiccarddevice_private.h
@@ -52,8 +52,10 @@ class CryptoCardDeviceWatcher : public TQObject
private:
bool m_terminationRequested;
+#ifdef WITH_PCSC
SCARDCONTEXT m_cardContext;
SCARD_READERSTATE *m_readerStates;
+#endif
};
-#endif // _TDECRYPTOGRAPHICCARDDEVICE_PRIVATE_H \ No newline at end of file
+#endif // _TDECRYPTOGRAPHICCARDDEVICE_PRIVATE_H