summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets/transactioneditorcontainer.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/widgets/transactioneditorcontainer.h')
-rw-r--r--kmymoney2/widgets/transactioneditorcontainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/widgets/transactioneditorcontainer.h b/kmymoney2/widgets/transactioneditorcontainer.h
index 6cf82cf..f46a8df 100644
--- a/kmymoney2/widgets/transactioneditorcontainer.h
+++ b/kmymoney2/widgets/transactioneditorcontainer.h
@@ -45,7 +45,7 @@ typedef enum {
class TransactionEditorContainer : public TQTable
{
public:
- TransactionEditorContainer(TQWidget* tqparent, const char* name) : TQTable(tqparent, name) {}
+ TransactionEditorContainer(TQWidget* parent, const char* name) : TQTable(parent, name) {}
virtual void arrangeEditWidgets(TQMap<TQString, TQWidget*>& editWidgets, KMyMoneyRegister::Transaction* t) = 0;
virtual void removeEditWidgets(TQMap<TQString, TQWidget*>& editWidgets) = 0;