summaryrefslogtreecommitdiffstats
path: root/kxsldbg/kxsldbgpart/xsldbglocallistitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kxsldbg/kxsldbgpart/xsldbglocallistitem.cpp')
-rw-r--r--kxsldbg/kxsldbgpart/xsldbglocallistitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kxsldbg/kxsldbgpart/xsldbglocallistitem.cpp b/kxsldbg/kxsldbgpart/xsldbglocallistitem.cpp
index 0d27f916..0b8125bd 100644
--- a/kxsldbg/kxsldbgpart/xsldbglocallistitem.cpp
+++ b/kxsldbg/kxsldbgpart/xsldbglocallistitem.cpp
@@ -18,9 +18,9 @@
#include "xsldbglocallistitem.h"
#include <klocale.h>
-XsldbgLocalListItem::XsldbgLocalListItem(TQListView *parent, TQString fileName, int lineNumber,
+XsldbgLocalListItem::XsldbgLocalListItem(TQListView *tqparent, TQString fileName, int lineNumber,
TQString localName, TQString templateContext, TQString selectXPath, bool localVariable)
-: XsldbgListItem(parent, 3, fileName, lineNumber)
+: XsldbgListItem(tqparent, 3, fileName, lineNumber)
{
varName = localName;
contextName = templateContext;