summaryrefslogtreecommitdiffstats
path: root/conduits/malconduit
diff options
context:
space:
mode:
Diffstat (limited to 'conduits/malconduit')
-rw-r--r--conduits/malconduit/mal-factory.cc4
-rw-r--r--conduits/malconduit/mal-factory.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/conduits/malconduit/mal-factory.cc b/conduits/malconduit/mal-factory.cc
index 3206822..3e363d2 100644
--- a/conduits/malconduit/mal-factory.cc
+++ b/conduits/malconduit/mal-factory.cc
@@ -115,7 +115,7 @@ MALConduitFactory::~MALConduitFactory()
else
{
WARNINGKPILOT
- << "Couldn't cast tqparent to widget."
+ << "Couldn't cast parent to widget."
<< endl;
return 0L;
}
@@ -132,7 +132,7 @@ MALConduitFactory::~MALConduitFactory()
else
{
WARNINGKPILOT
- << "Couldn't cast tqparent to KPilotLink"
+ << "Couldn't cast parent to KPilotLink"
<< endl;
return 0L;
}
diff --git a/conduits/malconduit/mal-factory.h b/conduits/malconduit/mal-factory.h
index 7db6bb6..8c95acf 100644
--- a/conduits/malconduit/mal-factory.h
+++ b/conduits/malconduit/mal-factory.h
@@ -49,7 +49,7 @@ public:
static KAboutData *about() { return fAbout; } ;
protected:
- virtual TQObject* createObject( TQObject* tqparent = 0,
+ virtual TQObject* createObject( TQObject* parent = 0,
const char* name = 0,
const char* classname = TQOBJECT_OBJECT_NAME_STRING,
const TQStringList &args = TQStringList() );