summaryrefslogtreecommitdiffstats
path: root/kate/snippets/csnippet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kate/snippets/csnippet.cpp')
-rw-r--r--kate/snippets/csnippet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/snippets/csnippet.cpp b/kate/snippets/csnippet.cpp
index c873949..2aebb5d 100644
--- a/kate/snippets/csnippet.cpp
+++ b/kate/snippets/csnippet.cpp
@@ -9,8 +9,8 @@
***************************************************************************/
#include "csnippet.h"
-CSnippet::CSnippet(TQString sKey, TQString sValue, TQListViewItem *lvi, TQObject *tqparent, const char *name)
- : TQObject(tqparent, name), _sKey(sKey), _sValue(sValue), _lvi(lvi) {}
+CSnippet::CSnippet(TQString sKey, TQString sValue, TQListViewItem *lvi, TQObject *parent, const char *name)
+ : TQObject(parent, name), _sKey(sKey), _sValue(sValue), _lvi(lvi) {}
CSnippet::~CSnippet() {}