summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/kstarssplash.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/kstarssplash.h')
-rw-r--r--kstars/kstars/kstarssplash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/kstarssplash.h b/kstars/kstars/kstarssplash.h
index ff5e676b..8d9b2236 100644
--- a/kstars/kstars/kstarssplash.h
+++ b/kstars/kstars/kstarssplash.h
@@ -51,7 +51,7 @@ class KStarsSplash : public KDialogBase
protected:
/**Paint event to redraw the widgets. This only gets called when the timer fires.
- *It should also repaint if another window was on top of the splash screen, but
+ *It should also tqrepaint if another window was on top of the splash screen, but
*this may be difficult to implement (it may be that the program is too busy loading data
*to notice that a redraw is required).
*/
@@ -66,7 +66,7 @@ class KStarsSplash : public KDialogBase
void closeWindow();
private:
- TQLabel *textCurrentStatus, *label;
+ TQLabel *textCurrenttqStatus, *label;
TQWidget *Banner;
TQPixmap *splashImage;
};