summaryrefslogtreecommitdiffstats
path: root/tdm/kfrontend/kgverify.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-10-02 19:58:14 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-10-02 19:58:14 -0500
commit37b6d0d80ff63156326d46ba1e0a19f3b7c02e5b (patch)
treecb73e51e4ec907e2721bbdc305d7d0024c21ded1 /tdm/kfrontend/kgverify.h
parent48cf3058c5543a65026cb1cc9d8fc7450c4ccc68 (diff)
downloadtdebase-37b6d0d80ff63156326d46ba1e0a19f3b7c02e5b.tar.gz
tdebase-37b6d0d80ff63156326d46ba1e0a19f3b7c02e5b.zip
Fix cryptographic card login process
Diffstat (limited to 'tdm/kfrontend/kgverify.h')
-rw-r--r--tdm/kfrontend/kgverify.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tdm/kfrontend/kgverify.h b/tdm/kfrontend/kgverify.h
index 2ab3ff37b..9935459be 100644
--- a/tdm/kfrontend/kgverify.h
+++ b/tdm/kfrontend/kgverify.h
@@ -77,6 +77,7 @@ class TQPopupMenu;
class TQTimer;
class KPushButton;
class KLibrary;
+class TDECryptographicCardDevice;
struct GreeterPluginHandle {
KLibrary *library;
@@ -180,6 +181,9 @@ class KGVerify : public TQObject, public KGreeterPluginHandler {
virtual void gplugMsgBox( TQMessageBox::Icon type, const TQString &text );
static TQVariant getConf( void *ctx, const char *key, const TQVariant &dflt );
+
+ bool cardLoginInProgress;
+ TDECryptographicCardDevice* cardLoginDevice;
};
class KGStdVerify : public KGVerify {