summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/imagesequence.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/imagesequence.cpp')
-rw-r--r--kstars/kstars/imagesequence.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kstars/kstars/imagesequence.cpp b/kstars/kstars/imagesequence.cpp
index adf1f3f9..73026e99 100644
--- a/kstars/kstars/imagesequence.cpp
+++ b/kstars/kstars/imagesequence.cpp
@@ -37,11 +37,11 @@
#define RETRY_MAX 12
#define RETRY_PERIOD 5000
-imagesequence::imagesequence(TQWidget* tqparent, const char* name, bool modal, WFlags fl)
-: imgSequenceDlg(tqparent,name, modal,fl)
+imagesequence::imagesequence(TQWidget* parent, const char* name, bool modal, WFlags fl)
+: imgSequenceDlg(parent,name, modal,fl)
{
- ksw = (KStars *) tqparent;
+ ksw = (KStars *) parent;
INDIMenu *devMenu = ksw->getINDIMenu();
if (devMenu)