diff options
Diffstat (limited to 'kmymoney2/plugins/statementinterface.h')
-rw-r--r-- | kmymoney2/plugins/statementinterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/plugins/statementinterface.h b/kmymoney2/plugins/statementinterface.h index 66d533a..7ced222 100644 --- a/kmymoney2/plugins/statementinterface.h +++ b/kmymoney2/plugins/statementinterface.h @@ -48,7 +48,7 @@ class KMYMONEY_EXPORT StatementInterface : public TQObject { TQ_OBJECT public: - StatementInterface(TQObject* tqparent, const char* name = 0); + StatementInterface(TQObject* parent, const char* name = 0); ~StatementInterface() {} /** |