summaryrefslogtreecommitdiffstats
path: root/kbabel/datatools/whitespace/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/datatools/whitespace/main.cc')
-rw-r--r--kbabel/datatools/whitespace/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/datatools/whitespace/main.cc b/kbabel/datatools/whitespace/main.cc
index 68548501..1b4eacf8 100644
--- a/kbabel/datatools/whitespace/main.cc
+++ b/kbabel/datatools/whitespace/main.cc
@@ -54,8 +54,8 @@ K_EXPORT_COMPONENT_FACTORY( kbabel_whitespacetool, KGenericFactory<WhitespaceToo
using namespace KBabel;
-WhitespaceTool::WhitespaceTool( TQObject* tqparent, const char* name, const TQStringList & )
- : KDataTool( tqparent, name ), _cache_origin( 0 ), _equation("^[a-zA-Z0-9]+=")
+WhitespaceTool::WhitespaceTool( TQObject* parent, const char* name, const TQStringList & )
+ : KDataTool( parent, name ), _cache_origin( 0 ), _equation("^[a-zA-Z0-9]+=")
{
i18n("which check found errors","whitespace only translation");
}