summaryrefslogtreecommitdiffstats
path: root/kmymoney2/wizards/wizardpages/userinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/wizards/wizardpages/userinfo.h')
-rw-r--r--kmymoney2/wizards/wizardpages/userinfo.h44
1 files changed, 44 insertions, 0 deletions
diff --git a/kmymoney2/wizards/wizardpages/userinfo.h b/kmymoney2/wizards/wizardpages/userinfo.h
new file mode 100644
index 0000000..9242868
--- /dev/null
+++ b/kmymoney2/wizards/wizardpages/userinfo.h
@@ -0,0 +1,44 @@
+/***************************************************************************
+ userinfo.h
+ -------------------
+ begin : Fri Jun 1 2007
+ copyright : (C) 2007 Thomas Baumgart
+ email : Thomas Baumgart <ipwizard@users.sourceforge.net>
+ ***************************************************************************/
+
+/***************************************************************************
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ ***************************************************************************/
+
+#ifndef USERINFO_H
+#define USERINFO_H
+
+// ----------------------------------------------------------------------------
+// QT Includes
+
+// ----------------------------------------------------------------------------
+// Project Includes
+
+#include "userinfodecl.h"
+class MyMoneyPayee;
+
+/**
+ * @author Thomas Baumgart
+ */
+class UserInfo : public UserInfoDecl
+{
+ Q_OBJECT
+public:
+ UserInfo(QWidget* parent = 0, const char* name = 0);
+ MyMoneyPayee user(void) const;
+
+private:
+};
+
+
+#endif