00001 /*************************************************************************** 00002 kbackupdialog.h - description 00003 ------------------- 00004 begin : Mon Jun 4 2001 00005 copyright : (C) 2001 by Michael Edwardes 00006 email : mte@users.sourceforge.net 00007 Javier Campos Morales <javi_c@ctv.es> 00008 Felix Rodriguez <frodriguez@mail.wesleyan.edu> 00009 ***************************************************************************/ 00010 00011 /*************************************************************************** 00012 * * 00013 * This program is free software; you can redistribute it and/or modify * 00014 * it under the terms of the GNU General Public License as published by * 00015 * the Free Software Foundation; either version 2 of the License, or * 00016 * (at your option) any later version. * 00017 * * 00018 ***************************************************************************/ 00019 00020 #ifndef KBACKUPDIALOG_H 00021 #define KBACKUPDIALOG_H 00022 00023 #include <qwidget.h> 00024 #include "../dialogs/kbackupdlgdecl.h" 00025 00030 class KBackupDlg : public kbackupdlgdecl { 00031 Q_OBJECT 00032 private: 00033 void readConfig(void); 00034 void writeConfig(void); 00035 00036 protected slots: 00037 void chooseButtonClicked(); 00038 00039 public: 00040 KBackupDlg( QWidget* parent, const char* name/*, bool modal*/); 00041 ~KBackupDlg(); 00042 }; 00043 00044 #endif
1.4.1