diff options
Diffstat (limited to 'conduits/malconduit/mal-factory.cc')
-rw-r--r-- | conduits/malconduit/mal-factory.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conduits/malconduit/mal-factory.cc b/conduits/malconduit/mal-factory.cc index 3e363d2..3206822 100644 --- a/conduits/malconduit/mal-factory.cc +++ b/conduits/malconduit/mal-factory.cc @@ -115,7 +115,7 @@ MALConduitFactory::~MALConduitFactory() else { WARNINGKPILOT - << "Couldn't cast parent to widget." + << "Couldn't cast tqparent to widget." << endl; return 0L; } @@ -132,7 +132,7 @@ MALConduitFactory::~MALConduitFactory() else { WARNINGKPILOT - << "Couldn't cast parent to KPilotLink" + << "Couldn't cast tqparent to KPilotLink" << endl; return 0L; } |