summaryrefslogtreecommitdiffstats
path: root/tdeui/kled.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kled.h')
-rw-r--r--tdeui/kled.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/kled.h b/tdeui/kled.h
index 7307be06a..5bca61467 100644
--- a/tdeui/kled.h
+++ b/tdeui/kled.h
@@ -44,7 +44,7 @@ class TQColor;
*/
class TDEUI_EXPORT KLed : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
TQ_ENUMS( State Shape Look )
TQ_PROPERTY( State state READ state WRITE setState )
TQ_PROPERTY( Shape shape READ shape WRITE setShape )
@@ -236,7 +236,7 @@ public:
* in OFF state.
* Defaults to 300.
*
- * @see QColor
+ * @see TQColor
*
* @param darkfactor sets the factor to darken the LED.
* @short sets the factor to darken the LED.