00001 /*************************************************************************** 00002 propiedadesempresa.h - description 00003 ------------------- 00004 begin : Fri Nov 29 2002 00005 copyright : (C) 2002 by Tomeu Borrás Riera 00006 email : tborras@conetxia.com 00007 ***************************************************************************/ 00008 /*************************************************************************** 00009 * * 00010 * This program is free software; you can redistribute it and/or modify * 00011 * it under the terms of the GNU General Public License as published by * 00012 * the Free Software Foundation; either version 2 of the License, or * 00013 * (at your option) any later version. * 00014 * * 00015 ***************************************************************************/ 00016 00017 #ifndef PROPIEDADESEMPRESA_H 00018 #define PROPIEDADESEMPRESA_H 00019 00020 #include <qwidget.h> 00021 #include <propiedemp.h> 00022 #include <qlineedit.h> 00023 #include <qlistview.h> 00024 #include <qtable.h> 00025 #include <stdlib.h> 00026 #include "postgresiface2.h" 00027 #include "dialogchanges.h" 00028 00031 class propiedadesempresa : public propiedemp , dialogChanges { 00032 Q_OBJECT 00033 public: 00034 QString empresadb; 00035 postgresiface2 *conexionbase; 00036 00037 public: 00038 propiedadesempresa(QWidget *parent=0, const char *name=0,bool modal=true); 00039 ~propiedadesempresa(); 00040 int inicializa(postgresiface2 *); 00041 // void modificacodcuenta(char *); 00042 // void accept(); 00043 public slots: 00044 virtual void s_saveConfig(); 00045 virtual void close(); 00046 virtual void extiendeCuentas(); 00047 00048 private: 00049 void update_value(postgresiface2 *,QString ,QString); 00050 }; 00051 #endif