summaryrefslogtreecommitdiffstats
path: root/kmymoney2/plugins/viewinterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/plugins/viewinterface.cpp')
-rw-r--r--kmymoney2/plugins/viewinterface.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/plugins/viewinterface.cpp b/kmymoney2/plugins/viewinterface.cpp
index 4db12f1..03f0d0b 100644
--- a/kmymoney2/plugins/viewinterface.cpp
+++ b/kmymoney2/plugins/viewinterface.cpp
@@ -26,8 +26,8 @@
#include "viewinterface.h"
-KMyMoneyPlugin::ViewInterface::ViewInterface(QObject* parent, const char* name) :
- QObject(parent, name)
+KMyMoneyPlugin::ViewInterface::ViewInterface(TQObject* tqparent, const char* name) :
+ TQObject(tqparent, name)
{
}