summaryrefslogtreecommitdiffstats
path: root/kmymoney2/plugins/interfaces/kmmviewinterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/plugins/interfaces/kmmviewinterface.cpp')
-rw-r--r--kmymoney2/plugins/interfaces/kmmviewinterface.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/plugins/interfaces/kmmviewinterface.cpp b/kmymoney2/plugins/interfaces/kmmviewinterface.cpp
index cc6ec5b..b4ff102 100644
--- a/kmymoney2/plugins/interfaces/kmmviewinterface.cpp
+++ b/kmymoney2/plugins/interfaces/kmmviewinterface.cpp
@@ -29,8 +29,8 @@
#include "../../widgets/selectedtransaction.h"
#include "kmmviewinterface.h"
-KMyMoneyPlugin::KMMViewInterface::KMMViewInterface(KMyMoney2App* app, KMyMoneyView* view, TQObject* tqparent, const char* name) :
- ViewInterface(tqparent, name),
+KMyMoneyPlugin::KMMViewInterface::KMMViewInterface(KMyMoney2App* app, KMyMoneyView* view, TQObject* parent, const char* name) :
+ ViewInterface(parent, name),
m_app(app),
m_view(view)
{