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 00026 // ---------------------------------------------------------------------------- 00027 // KDE Includes 00028 00029 // ---------------------------------------------------------------------------- 00030 // Project Includes 00031 00032 #include <kmymoney/mymoneyaccount.h> 00033 #include "kmymoney2/dialogs/kcategoryreassigndlgdecl.h" 00034 00039 class KCategoryReassignDlg : public KCategoryReassignDlgDecl 00040 { 00041 Q_OBJECT 00042 public: 00044 KCategoryReassignDlg( QWidget* parent = 0, const char* name = 0); 00045 00047 ~KCategoryReassignDlg(); 00048 00059 QString show(const MyMoneyAccount& category); 00060 00061 protected: 00062 void accept(void); 00063 00064 }; 00065 00066 #endif // KCATEGORYREASSIGNDLG_H
1.5.6