summaryrefslogtreecommitdiffstats
path: root/kpilot/pilotComponent.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/pilotComponent.cc')
-rw-r--r--kpilot/pilotComponent.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/kpilot/pilotComponent.cc b/kpilot/pilotComponent.cc
index 5908479..dcc8b34 100644
--- a/kpilot/pilotComponent.cc
+++ b/kpilot/pilotComponent.cc
@@ -46,19 +46,19 @@
#include "pilotComponent.moc"
-PilotComponent::PilotComponent(TQWidget * parent,
+PilotComponent::PilotComponent(TQWidget * tqparent,
const char *id,
const TQString & path) :
- TQWidget(parent, id),
+ TQWidget(tqparent, id),
fDBPath(path),
shown(false)
{
FUNCTIONSETUP;
- if (parent)
+ if (tqparent)
{
- resize(parent->tqgeometry().width(),
- parent->tqgeometry().height());
+ resize(tqparent->tqgeometry().width(),
+ tqparent->tqgeometry().height());
}
}