Databasehandlingdialogclasses  0.5.3
hk_kdepreferencesdialog.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 General Public License version 2 as published by the Free Software
6 // Foundation and appearing in the file COPYING 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 
12 #ifndef HK_KDEPREFERENCESDIALOG_H
13 #define HK_KDEPREFERENCESDIALOG_H
14 #include "hk_kdepreferencesdialogbase.h"
15 
17 {
18  Q_OBJECT
19 
20  public:
21  hk_kdepreferencesdialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
23  public slots:
24  void driverpathbutton_clicked();
25  virtual void help_clicked();
26  protected:
27 
28 virtual void keyPressEvent ( QKeyEvent * e );
29  void accept(void);
30 
31 };
32 #endif // HK_KDEPREFERENCESDIALOG_H
Definition: hk_kdepreferencesdialogbase.h:28
Definition: hk_kdepreferencesdialog.h:16