summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/infoboxes.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/infoboxes.h')
-rw-r--r--kstars/kstars/infoboxes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kstars/kstars/infoboxes.h b/kstars/kstars/infoboxes.h
index 25ec2d23..4cea39fd 100644
--- a/kstars/kstars/infoboxes.h
+++ b/kstars/kstars/infoboxes.h
@@ -45,6 +45,7 @@ class KStarsDateTime;
class InfoBoxes : public TQObject {
Q_OBJECT
+ TQ_OBJECT
public:
/**Constructor. Create three infoboxes and place them in the skymap.
*@param w The width of the region in which the boxes can be drawn
@@ -65,7 +66,7 @@ public:
*"grabbed" by the user
*@param colorBG The background color for infoboxes
*
- *@todo Use Qt::white as default color instead of TQColor("white"),
+ *@todo Use TQt::white as default color instead of TQColor("white"),
* for default values of colorText, colorGrab and colorBG,
* since that's considerably faster.
*/