summaryrefslogtreecommitdiffstats
path: root/kmymoney2/wizards/newuserwizard/knewuserwizard.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-05 06:00:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-05 06:00:29 +0000
commitfecb0e67b23e8b83ba7fc881bb57bc48c0852d62 (patch)
tree6b8614802f0d01b353bc9ba78aff2090846c198e /kmymoney2/wizards/newuserwizard/knewuserwizard.h
parentdadc34655c3ab961b0b0b94a10eaaba710f0b5e8 (diff)
downloadkmymoney-fecb0e67b23e8b83ba7fc881bb57bc48c0852d62.tar.gz
kmymoney-fecb0e67b23e8b83ba7fc881bb57bc48c0852d62.zip
TQt4 port kmymoney
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1239855 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmymoney2/wizards/newuserwizard/knewuserwizard.h')
-rw-r--r--kmymoney2/wizards/newuserwizard/knewuserwizard.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/kmymoney2/wizards/newuserwizard/knewuserwizard.h b/kmymoney2/wizards/newuserwizard/knewuserwizard.h
index a8cd8d5..25e010f 100644
--- a/kmymoney2/wizards/newuserwizard/knewuserwizard.h
+++ b/kmymoney2/wizards/newuserwizard/knewuserwizard.h
@@ -21,7 +21,7 @@
// ----------------------------------------------------------------------------
// QT Includes
-class QString;
+class TQString;
// ----------------------------------------------------------------------------
// Project Includes
@@ -65,8 +65,9 @@ class Wizard : public KMyMoneyWizard
friend class FilePage;
Q_OBJECT
+ TQ_OBJECT
public:
- Wizard(QWidget* parent = 0, const char* name = 0, bool modal = false, WFlags flags = 0);
+ Wizard(TQWidget* tqparent = 0, const char* name = 0, bool modal = false, WFlags flags = 0);
/**
* Returns the personal information of the user (e.g. name, address, etc.)
*/
@@ -75,7 +76,7 @@ public:
/**
* Returns the URL that the user has chosen to store the file
*/
- QString url(void) const;
+ TQString url(void) const;
/**
* Returns the information about an institution if entered by
@@ -104,7 +105,7 @@ public:
/**
* Returns a list of templates including accounts to be created
*/
- QValueList<MyMoneyTemplate> templates(void) const;
+ TQValueList<MyMoneyTemplate> templates(void) const;
private:
MyMoneySecurity m_baseCurrency;