Databasehandlingdialogclasses  0.5.3
hk_kdefinddialog.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.7 $
12 
13 #ifndef HK_KDEFINDDIALOG_H
14 #define HK_KDEFINDDIALOG_H
15 #include "hk_kdefinddialogbase.h"
16 
18 {
19  Q_OBJECT
20 
21  public:
22  hk_kdefinddialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
24  public slots:
25  virtual void find_slot();
26  virtual void new_findargument();
27  signals:
28  void signal_findbutton_clicked();
29  void signal_findargument_changed();
30 };
31 #endif // HK_KDEFINDDIALOG_H
Definition: hk_kdefinddialogbase.h:26
Definition: hk_kdefinddialog.h:17