[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branch-1-1: kdeextragear-3/pwmanager/pwmanager
From:       Michael Buesch <mbuesch () freenet ! de>
Date:       2005-03-14 22:08:29
Message-ID: 20050314220829.ECD511487F () office ! kde ! org
[Download RAW message or body]

CVS commit by mbuesch: 

update pointers.


  M +5 -5      pwm.cpp   1.1.1.1.2.4.2.3


--- kdeextragear-3/pwmanager/pwmanager/pwm.cpp  #1.1.1.1.2.4.2.2:1.1.1.1.2.4.2.3
@@ -1090,5 +1090,5 @@ void PwM::readSmartKeyId_slot()
 {
 #ifdef CONFIG_PWMANAGER_SMARTCARD
-        SmartKey sk(curView());
+        SmartKey sk(this, this);
         sk.displayKeyId();
 #endif
@@ -1098,5 +1098,5 @@ void PwM::genSmartKey_slot()
 {
 #ifdef CONFIG_PWMANAGER_SMARTCARD
-        SmartKey sk(curView());
+        SmartKey sk(this, this);
         sk.genKey();
 #endif
@@ -1106,5 +1106,5 @@ void PwM::eraseSmartCard_slot()
 {
 #ifdef CONFIG_PWMANAGER_SMARTCARD
-        SmartKey sk(curView());
+        SmartKey sk(this, this);
         sk.eraseCard();
 #endif
@@ -1114,5 +1114,5 @@ void PwM::exportSmartKey_slot()
 {
 #ifdef CONFIG_PWMANAGER_SMARTCARD
-        SmartKey sk(curView());
+        SmartKey sk(this, this);
         sk.exportToKeyFile();
 #endif
@@ -1122,5 +1122,5 @@ void PwM::importSmartKey_slot()
 {
 #ifdef CONFIG_PWMANAGER_SMARTCARD
-        SmartKey sk(curView());
+        SmartKey sk(this, this);
         sk.importFromKeyFile();
 #endif


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic