00001 /*************************************************************************** 00002 kcategoryreassigndlg.cpp 00003 ------------------- 00004 copyright : (C) 2007 by Thomas Baumgart 00005 author : Thomas Baumgart 00006 email : 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 KCATEGORYREASSIGNDLG_H 00019 #define KCATEGORYREASSIGNDLG_H 00020 00021 // ---------------------------------------------------------------------------- 00022 // QT Includes 00023 00024 #include <qvaluelist.h> 00025 #include <qcstring.h> 00026 00027 // ---------------------------------------------------------------------------- 00028 // KDE Includes 00029 00030 // ---------------------------------------------------------------------------- 00031 // Project Includes 00032 00033 #include <kmymoney/mymoneyaccount.h> 00034 #include "kmymoney2/dialogs/kcategoryreassigndlgdecl.h" 00035 00040 class KCategoryReassignDlg : public KCategoryReassignDlgDecl 00041 { 00042 Q_OBJECT 00043 public: 00045 KCategoryReassignDlg( QWidget* parent = 0, const char* name = 0); 00046 00048 ~KCategoryReassignDlg(); 00049 00060 QCString show(const MyMoneyAccount& category); 00061 00062 protected: 00063 void accept(void); 00064 00065 }; 00066 00067 #endif // KCATEGORYREASSIGNDLG_H
1.4.1