summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/toggleaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/toggleaction.cpp')
-rw-r--r--kstars/kstars/toggleaction.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kstars/kstars/toggleaction.cpp b/kstars/kstars/toggleaction.cpp
index a0b59a64..5242f896 100644
--- a/kstars/kstars/toggleaction.cpp
+++ b/kstars/kstars/toggleaction.cpp
@@ -19,8 +19,8 @@
ToggleAction::ToggleAction(const TQString& ontext, const TQIconSet& onpix,
const TQString& offtext, const TQIconSet& offpix,
- int accel, const TQObject* receiver, const char* slot, TQObject* parent, const char* name ) :
- KAction(ontext, onpix, accel, receiver, slot, parent, name),
+ int accel, const TQObject* receiver, const char* slot, TQObject* tqparent, const char* name ) :
+ KAction(ontext, onpix, accel, receiver, slot, tqparent, name),
officon(offpix),
onicon(onpix),
offcap(offtext),
@@ -29,8 +29,8 @@ ToggleAction::ToggleAction(const TQString& ontext, const TQIconSet& onpix,
{}
ToggleAction::ToggleAction(const TQString& ontext, const TQString& offtext,
- int accel, const TQObject* receiver, const char* slot, TQObject* parent, const char* name ) :
- KAction(ontext, accel, receiver, slot, parent, name),
+ int accel, const TQObject* receiver, const char* slot, TQObject* tqparent, const char* name ) :
+ KAction(ontext, accel, receiver, slot, tqparent, name),
officon(),
onicon(),
offcap(offtext),