summaryrefslogtreecommitdiffstats
path: root/kgpg/dcopiface.h
blob: 8cd8752421b3f9c8dc224c8ba76f1d8435da7efb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/***************************************************************************
                          kgpg.h  -  description
                             -------------------
    begin                : Mon Jul 21 2003
    copyright            : (C) 2002 by Jean-Baptiste Mardelle
    email                : bj@altern.org
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#ifndef KGPGDCOPIF_H
#define KGPGDCOPIF_H

#include <dcopobject.h>

class KeyInterface : virtual public DCOPObject
{
  K_DCOP
  k_dcop:
  virtual void showKeyInfo(TQString keyID) =0;
  virtual bool importRemoteKey(TQString keyID)=0;
  virtual void showOptions()=0;
  virtual void showKeyServer()=0;
  virtual void showKeyManager()=0;
};
  
#endif // KGPGDCOPIF_H