12 #ifndef HK_KDEDRIVERDIALOG_H 13 #define HK_KDEDRIVERDIALOG_H 17 #include <qpushbutton.h> 18 #include <qcombobox.h> 23 #include <hk_string.h> 24 #include <qlistview.h> 38 hk_string drivername(
void){
return p_drivername;}
40 void exit_clicked(
void);
41 void ok_clicked(
void);
42 void directory_changed(QListViewItem * );
45 QPushButton *ok_button;
46 QPushButton *exit_button;
48 QListView* directorylist;
49 hk_string p_drivername;
50 hk_string p_originaldriverpath;
Definition: hk_kdedriverdialog.cpp:33
The database-driver select dialog.
Definition: hk_kdedriverdialog.h:32