summaryrefslogtreecommitdiffstats
path: root/certmanager/hierarchyanalyser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'certmanager/hierarchyanalyser.cpp')
-rw-r--r--certmanager/hierarchyanalyser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/certmanager/hierarchyanalyser.cpp b/certmanager/hierarchyanalyser.cpp
index 450c6181..fe0835eb 100644
--- a/certmanager/hierarchyanalyser.cpp
+++ b/certmanager/hierarchyanalyser.cpp
@@ -39,8 +39,8 @@
#include <algorithm>
#include <iterator>
-HierarchyAnalyser::HierarchyAnalyser( TQObject * tqparent, const char * name )
- : TQObject( tqparent, name )
+HierarchyAnalyser::HierarchyAnalyser( TQObject * parent, const char * name )
+ : TQObject( parent, name )
{
}