summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/detailDialog.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit2b7e8d86a69ef89a9e1f96ca0c1691428c066a4e (patch)
tree96c0ef16123095f86ad900091e2c7cff3870c21e /ksystemlog/src/detailDialog.cpp
parent3021c04cf6aec08eb598251248da3e1d97d87fb2 (diff)
downloadksystemlog-2b7e8d86a69ef89a9e1f96ca0c1691428c066a4e.tar.gz
ksystemlog-2b7e8d86a69ef89a9e1f96ca0c1691428c066a4e.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ksystemlog@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksystemlog/src/detailDialog.cpp')
-rw-r--r--ksystemlog/src/detailDialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksystemlog/src/detailDialog.cpp b/ksystemlog/src/detailDialog.cpp
index f232b78..9ffcd47 100644
--- a/ksystemlog/src/detailDialog.cpp
+++ b/ksystemlog/src/detailDialog.cpp
@@ -36,9 +36,9 @@
#include "detailDialog.h"
-DetailDialog::DetailDialog(View* v, TQWidget *tqparent, const char *name) :
- //KDialogBase(tqparent, name, false, i18n("Log Line Details"), 0 /*KDialogBase::Ok*/),
- DetailDialogBase(tqparent, name, false, 0),
+DetailDialog::DetailDialog(View* v, TQWidget *parent, const char *name) :
+ //KDialogBase(parent, name, false, i18n("Log Line Details"), 0 /*KDialogBase::Ok*/),
+ DetailDialogBase(parent, name, false, 0),
view(v),
currentLine(NULL) {