diff options
Diffstat (limited to 'tdm/kfrontend/kgverify.h')
-rw-r--r-- | tdm/kfrontend/kgverify.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdm/kfrontend/kgverify.h b/tdm/kfrontend/kgverify.h index b76cf55f1..7e3b7f89f 100644 --- a/tdm/kfrontend/kgverify.h +++ b/tdm/kfrontend/kgverify.h @@ -77,7 +77,7 @@ class TQPopupMenu; class TQTimer; class KPushButton; class KLibrary; -#ifdef __TDE_HAVE_TDEHWLIB +#ifdef WITH_TDEHWLIB class TDECryptographicCardDevice; #endif @@ -184,7 +184,7 @@ class KGVerify : public TQObject, public KGreeterPluginHandler { static TQVariant getConf( void *ctx, const char *key, const TQVariant &dflt ); -#ifdef __TDE_HAVE_TDEHWLIB +#ifdef WITH_TDEHWLIB bool cardLoginInProgress; TDECryptographicCardDevice* cardLoginDevice; #endif |