~ubuntu-branches/ubuntu/precise/kgpg/precise-updates

« back to all changes in this revision

Viewing changes to kgpgexternalactions.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-12-24 23:16:12 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20111224231612-1esf4004sfou258b
Tags: 4:4.7.95-0ubuntu1
New upstream release candidate

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
class KgpgLibrary;
29
29
class KgpgSelectPublicKeyDlg;
30
30
class KGpgTextInterface;
31
 
class KPassivePopup;
 
31
class KJob;
32
32
class KShortcut;
33
33
class KTemporaryFile;
34
34
class QFont;
68
68
        void slotVerifyFile();
69
69
        void encryptDroppedFolder();
70
70
        void startFolderEncode();
71
 
        void slotFolderFinished(const KUrl &);
72
 
        void slotFolderFinishedError(const QString &errmsge);
73
71
        void encryptFiles(KUrl::List urls);
74
72
        void slotAbortEnc();
75
73
 
76
74
private:
77
75
        QStringList customDecrypt;
78
76
        QPointer<KGpgFirstAssistant> m_assistant;
79
 
        KPassivePopup *pop;
80
77
        KTemporaryFile *kgpgFolderExtract;
81
78
        int compressionScheme;
82
79
        KgpgSelectPublicKeyDlg *dialog;
100
97
        void slotSetCompression(int cp);
101
98
        void slotDecryptionDone(int status);
102
99
        void decryptFile();
 
100
        void slotFolderFinished(KJob *job);
103
101
};
104
102
 
105
103
#endif /* _KGPGEXTERNALACTIONS_H */