diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:26:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:26:01 -0600 |
commit | 7251ddd58d498d631dc56bc00849f61cb4acdabd (patch) | |
tree | 135cf378aaee8e8f2eeff5ae5c6732ed465e5b5a /src/utils.h | |
parent | e6af9bb1ecd39082b6abc1f559d4e3e735259bde (diff) | |
download | kvpnc-7251ddd58d498d631dc56bc00849f61cb4acdabd.tar.gz kvpnc-7251ddd58d498d631dc56bc00849f61cb4acdabd.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h index 8cd124d..66eb7e5 100644 --- a/src/utils.h +++ b/src/utils.h @@ -127,7 +127,7 @@ public slots: void readStdOutGetNameAndPidOfProgramListen(); void readStdErrGetNameAndPidOfProgramListen(); void readOutGetEmailAddressOfCert(); - void readOutGetSmartcardSlots(KProcess * proc, char * buffer, int buflen); + void readOutGetSmartcardSlots(TDEProcess * proc, char * buffer, int buflen); void readOutGetSmartcardCertsFromSlot(); void readOutGetOpenvpnPkcs11Ids(); void readOutNeedsPassphrase(); @@ -164,7 +164,7 @@ private: TQProcess *OpenvpnDigestProcess; TQProcess *NameAndPidOfProgramListenProcess; TQProcess *GetEmailAddressOfCertProcess; - KProcess *GetSmartcardSlotsProcess; + TDEProcess *GetSmartcardSlotsProcess; TQProcess *GetSmartcardCertsFromSlotProcess; TQProcess *OpenvpnPkcs11IdsProcess; TQProcess *GetCertsFromCiscoCertStoreProcess; |