00001 /*************************************************************************** 00002 accounts.h 00003 ------------------- 00004 begin : Fri Jun 1 2007 00005 copyright : (C) 2007 Thomas Baumgart 00006 email : Thomas Baumgart <ipwizard@users.sourceforge.net> 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef ACCOUNTS_H 00019 #define ACCOUNTS_H 00020 00021 // ---------------------------------------------------------------------------- 00022 // QT Includes 00023 00024 // ---------------------------------------------------------------------------- 00025 // Project Includes 00026 00027 #include "accountsdecl.h" 00028 00032 class Accounts : public AccountsDecl 00033 { 00034 Q_OBJECT 00035 public: 00036 Accounts(QWidget* parent = 0, const char* name = 0); 00037 00038 private: 00039 }; 00040 00041 00042 #endif
1.4.1