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

List:       kde-commits
Subject:    KDE/kdeutils/kgpg
From:       Rolf Eike Beer <kde () opensource ! sf-tec ! de>
Date:       2007-11-30 21:14:57
Message-ID: 1196457297.872044.8215.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 743404 by dakon:

fix connect

 M  +1 -1      kgpg.cpp  


--- trunk/KDE/kdeutils/kgpg/kgpg.cpp #743403:743404
@@ -351,7 +351,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