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