~ubuntu-branches/ubuntu/oneiric/xca/oneiric

« back to all changes in this revision

Viewing changes to widgets/CertExtend.h

  • Committer: Bazaar Package Importer
  • Author(s): Tino Keitel
  • Date: 2009-09-14 20:55:44 UTC
  • Revision ID: james.westby@ubuntu.com-20090914205544-l4qsm2tjimhd62vo
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* vi: set sw=4 ts=4:
 
2
 *
 
3
 * Copyright (C) 2001 - 2007 Christian Hohnstaedt.
 
4
 *
 
5
 * All rights reserved.
 
6
 */
 
7
 
 
8
#ifndef __CERTEXTEND_H
 
9
#define __CERTEXTEND_H
 
10
 
 
11
#include "ui_CertExtend.h"
 
12
 
 
13
class pki_key;
 
14
 
 
15
class CertExtend: public QDialog, public Ui::CertExtend
 
16
{
 
17
        Q_OBJECT
 
18
 
 
19
   public:
 
20
        CertExtend(QWidget *parent);
 
21
   public slots:
 
22
        void applyTimeDiff();
 
23
 
 
24
};
 
25
#endif