summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/fitshistogram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/fitshistogram.cpp')
-rw-r--r--kstars/kstars/fitshistogram.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kstars/kstars/fitshistogram.cpp b/kstars/kstars/fitshistogram.cpp
index ddeb1897..29938ed1 100644
--- a/kstars/kstars/fitshistogram.cpp
+++ b/kstars/kstars/fitshistogram.cpp
@@ -37,9 +37,9 @@
- FITSHistogram::FITSHistogram(TQWidget *tqparent, const char * name) : histDialog(tqparent, name)
+ FITSHistogram::FITSHistogram(TQWidget *parent, const char * name) : histDialog(parent, name)
{
- viewer = (FITSViewer *) tqparent;
+ viewer = (FITSViewer *) parent;
setModal(false);
@@ -234,9 +234,9 @@ int FITSHistogram::findMax()
return max;
}
-FITSHistogramCommand::FITSHistogramCommand(TQWidget * tqparent, FITSHistogram *inHisto, int newType, int lmin, int lmax)
+FITSHistogramCommand::FITSHistogramCommand(TQWidget * parent, FITSHistogram *inHisto, int newType, int lmin, int lmax)
{
- viewer = (FITSViewer *) tqparent;
+ viewer = (FITSViewer *) parent;
type = newType;
histo = inHisto;
oldImage = new TQImage();