diff options
Diffstat (limited to 'tdecore/tdehw/tdecryptographiccarddevice.h')
-rw-r--r-- | tdecore/tdehw/tdecryptographiccarddevice.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/tdehw/tdecryptographiccarddevice.h b/tdecore/tdehw/tdecryptographiccarddevice.h index db0f08289..e917c9ae3 100644 --- a/tdecore/tdehw/tdecryptographiccarddevice.h +++ b/tdecore/tdehw/tdecryptographiccarddevice.h @@ -25,7 +25,7 @@ #ifdef KSSL_HAVE_SSL typedef struct x509_st X509; #else - class X509; + struct X509; #endif #endif @@ -147,8 +147,8 @@ class TDECORE_EXPORT TDECryptographicCardDevice : public TDEGenericDevice void workerRequestedPin(TQString prompt); signals: - void cardInserted(); - void cardRemoved(); + void cardInserted(TDECryptographicCardDevice*); + void cardRemoved(TDECryptographicCardDevice*); void pinRequested(TQString prompt, TDECryptographicCardDevice* cdevice); private: |