summaryrefslogtreecommitdiffstats
path: root/kmymoney2/plugins/interfaces/kmmstatementinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/plugins/interfaces/kmmstatementinterface.h')
-rw-r--r--kmymoney2/plugins/interfaces/kmmstatementinterface.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kmymoney2/plugins/interfaces/kmmstatementinterface.h b/kmymoney2/plugins/interfaces/kmmstatementinterface.h
index 7890002..6eee779 100644
--- a/kmymoney2/plugins/interfaces/kmmstatementinterface.h
+++ b/kmymoney2/plugins/interfaces/kmmstatementinterface.h
@@ -46,9 +46,10 @@ namespace KMyMoneyPlugin {
class KMMStatementInterface : public StatementInterface
{
Q_OBJECT
+ TQ_OBJECT
public:
- KMMStatementInterface(KMyMoney2App* app, QObject* parent, const char* name = 0);
+ KMMStatementInterface(KMyMoney2App* app, TQObject* tqparent, const char* name = 0);
~KMMStatementInterface() {}
/**
@@ -61,7 +62,7 @@ public:
* If the account is not found in the list of accounts, MyMoneyAccount()
* is returned.
*/
- const MyMoneyAccount& account(const QString& key, const QString& value) const;
+ const MyMoneyAccount& account(const TQString& key, const TQString& value) const;
/**
* This method stores the online parameters in @a kvps used by the plugin