summaryrefslogtreecommitdiffstats
path: root/kmymoney2/dialogs/knewbudgetdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/dialogs/knewbudgetdlg.h')
-rw-r--r--kmymoney2/dialogs/knewbudgetdlg.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/kmymoney2/dialogs/knewbudgetdlg.h b/kmymoney2/dialogs/knewbudgetdlg.h
index db63e11..697ecfd 100644
--- a/kmymoney2/dialogs/knewbudgetdlg.h
+++ b/kmymoney2/dialogs/knewbudgetdlg.h
@@ -21,13 +21,13 @@
// ----------------------------------------------------------------------------
// QT Includes
-class QListViewItem;
+class TQListViewItem;
// ----------------------------------------------------------------------------
// KDE Includes
-#include <qdatetime.h>
-#include <qcombobox.h>
-#include <qlineedit.h>
+#include <tqdatetime.h>
+#include <tqcombobox.h>
+#include <tqlineedit.h>
// ----------------------------------------------------------------------------
// Project Includes
@@ -36,12 +36,13 @@ class QListViewItem;
class KNewBudgetDlg : public KNewBudgetDlgDecl
{
Q_OBJECT
+ TQ_OBJECT
public:
- KNewBudgetDlg(QWidget* parent, const char *name);
+ KNewBudgetDlg(TQWidget* tqparent, const char *name);
~KNewBudgetDlg();
- QString& getYear() {return m_year;};
- QString& getName() {return m_name;};
+ TQString& getYear() {return m_year;};
+ TQString& getName() {return m_name;};
public slots:
virtual void m_pbCancel_clicked();
@@ -52,8 +53,8 @@ private:
static const int m_icFutureYears;
static const int m_icPastYears;
- QString m_year;
- QString m_name;
+ TQString m_year;
+ TQString m_name;
};
#endif // KNEWBUDGETDLG_H