summaryrefslogtreecommitdiffstats
path: root/tdm/kfrontend/kgverify.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2021-04-29 10:45:28 +0900
committerMichele Calgaro <[email protected]>2021-05-02 12:19:09 +0900
commit8b79083f967ee6de83a04c02a40d6c20d9a980d4 (patch)
tree82ccdc1150984858a5355e42508c760dd25c4d1a /tdm/kfrontend/kgverify.h
parentdcce5a276f9d10310f4724d902dd883a933788ac (diff)
downloadtdebase-8b79083f967ee6de83a04c02a40d6c20d9a980d4.tar.gz
tdebase-8b79083f967ee6de83a04c02a40d6c20d9a980d4.zip
Fixed FTBFS when building tdelibs/tdebase without tdehw.
Signed-off-by: Michele Calgaro <[email protected]>
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 9935459be..b76cf55f1 100644
--- a/tdm/kfrontend/kgverify.h
+++ b/tdm/kfrontend/kgverify.h
@@ -77,7 +77,9 @@ class TQPopupMenu;
class TQTimer;
class KPushButton;
class KLibrary;
+#ifdef __TDE_HAVE_TDEHWLIB
class TDECryptographicCardDevice;
+#endif
struct GreeterPluginHandle {
KLibrary *library;
@@ -182,8 +184,10 @@ class KGVerify : public TQObject, public KGreeterPluginHandler {
static TQVariant getConf( void *ctx, const char *key, const TQVariant &dflt );
+#ifdef __TDE_HAVE_TDEHWLIB
bool cardLoginInProgress;
TDECryptographicCardDevice* cardLoginDevice;
+#endif
};
class KGStdVerify : public KGVerify {