00001 // **************************************************************************** 00002 // copyright (c) 2000-2004 Horst Knorr <hk_classes@knoda.org> 00003 // This file is part of the hk_kdeclasses library. 00004 // This file may be distributed and/or modified under the terms of the 00005 // GNU General Public License version 2 as published by the Free Software 00006 // Foundation and appearing in the file COPYING included in the 00007 // packaging of this file. 00008 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 00009 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 00010 // **************************************************************************** 00011 00012 #ifndef HK_KDEPREFERENCESDIALOG_H 00013 #define HK_KDEPREFERENCESDIALOG_H 00014 #include "hk_kdepreferencesdialogbase.h" 00015 00016 class hk_kdepreferencesdialog : public hk_kdepreferencesdialogbase 00017 { 00018 Q_OBJECT 00019 00020 public: 00021 hk_kdepreferencesdialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00022 ~hk_kdepreferencesdialog(); 00023 public slots: 00024 void driverpathbutton_clicked(); 00025 00026 }; 00027 #endif // HK_KDEPREFERENCESDIALOG_H
1.4.1