~ubuntu-branches/ubuntu/karmic/kmyfirewall/karmic

« back to all changes in this revision

Viewing changes to kmyfirewall/kmfdisclaimer.h

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2005-01-04 20:17:02 UTC
  • Revision ID: james.westby@ubuntu.com-20050104201702-s1vo6slsg4f3jb11
Tags: upstream-0.9.6.2
ImportĀ upstreamĀ versionĀ 0.9.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***************************************************************************
 
2
                       kmfdisclaimer.h  -  description
 
3
                          -------------------
 
4
 begin                : Tue Mar 19 2002
 
5
 copyright            : (C) 2002 by Christian Hubinger
 
6
 email                : a9806056@unet.univie.ac.at
 
7
***************************************************************************/
 
8
 
 
9
/***************************************************************************
 
10
 *                                                                         *
 
11
 *   This program is free software; you can redistribute it and/or modify  *
 
12
 *   it under the terms of the GNU General Public License as published by  *
 
13
 *   the Free Software Foundation; either version 2 of the License, or     *
 
14
 *   (at your option) any later version.                                   *
 
15
 *                                                                         *
 
16
 ***************************************************************************/
 
17
 
 
18
#ifndef KMFDISCLAIMER_H
 
19
#define KMFDISCLAIMER_H
 
20
 
 
21
#include <qwidget.h>
 
22
#include <kmyfirewalldisclaimer.h>
 
23
#include <kconfig.h>
 
24
 
 
25
/**
 
26
  *@author Christian Hubinger
 
27
  */
 
28
 
 
29
class KMFDisclaimer : public KMyFirewallDisclaimer {
 
30
        Q_OBJECT
 
31
public:
 
32
        KMFDisclaimer( QWidget *parent = 0, const char *name = 0, bool modal = FALSE, WFlags fl = 0 );
 
33
        ~KMFDisclaimer();
 
34
public slots:
 
35
        void accept();
 
36
};
 
37
 
 
38
#endif