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

List:       kde-commits
Subject:    branches/work/kgpg2
From:       Rolf Eike Beer <kde () opensource ! sf-tec ! de>
Date:       2007-11-30 21:15:37
Message-ID: 1196457337.091000.8305.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 743405 by dakon:

Fix connect

Forward-port of r742404


 M  +1 -1      kgpg.cpp  


--- branches/work/kgpg2/kgpg.cpp #743404:743405
@@ -352,7 +352,7 @@
     arch->close();
 
     KgpgInterface *folderprocess = new KgpgInterface();
-    connect(folderprocess, SIGNAL(fileEncryptionFinished(KUrl, KGpgInterface*)), \
this, SLOT(slotFolderFinished(KUrl, KgpgInterface*))); +    connect(folderprocess, \
SIGNAL(fileEncryptionFinished(KUrl, KgpgInterface*)), this, \
                SLOT(slotFolderFinished(KUrl, KgpgInterface*)));
     connect(folderprocess, SIGNAL(errorMessage(const QString &, KgpgInterface*)), \
                this, SLOT(slotFolderFinishedError(const QString &, \
                KgpgInterface*)));
     folderprocess->encryptFile(selec, KUrl(kgpgfoldertmp->fileName()), \
encryptedFile, encryptOptions, symetric, arch);  }


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

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