Databasehandlingdialogclasses
0.5.3
hk_kdeclasses
hk_kdenewpassworddialog.h
1
// ****************************************************************************
2
// copyright (c) 2000-2005 Horst Knorr <hk_classes@knoda.org>
3
// This file is part of the hk_kdeclasses library.
4
// This file may be distributed and/or modified under the terms of the
5
// GNU Library Public License version 2 as published by the Free Software
6
// Foundation and appearing in the file LGPL included in the
7
// packaging of this file.
8
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
9
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
10
// ****************************************************************************
11
//$Revision: 1.6 $
12
#ifndef HK_KDENEWPASSWORDDIALOG_H
13
#define HK_KDENEWPASSWORDDIALOG_H
14
#include "hk_kdenewpassworddialogbase.h"
15
16
class
hk_kdenewpassworddialog
:
public
hk_kdenewpassworddialogbase
17
{
18
Q_OBJECT
19
20
public
:
21
hk_kdenewpassworddialog
( QWidget* parent = 0,
const
char
* name = 0,
bool
modal = FALSE, WFlags fl = 0 );
22
~
hk_kdenewpassworddialog
();
23
24
public
slots:
25
void
data_changed();
26
void
ok_clicked();
27
};
28
#endif // HK_KDENEWPASSWORDDIALOG_H
hk_kdenewpassworddialog
Definition:
hk_kdenewpassworddialog.h:16
hk_kdenewpassworddialogbase
Definition:
hk_kdenewpassworddialogbase.h:24
Generated by
1.8.13