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