summaryrefslogtreecommitdiffstats
path: root/ksim/library/led.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksim/library/led.h')
-rw-r--r--ksim/library/led.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksim/library/led.h b/ksim/library/led.h
index bcc256d..de912c8 100644
--- a/ksim/library/led.h
+++ b/ksim/library/led.h
@@ -34,7 +34,7 @@ namespace KSim
* @short led using gkrellm themes
* @author Robbie Ward <linuxphreak@gmx.co.uk>
*/
- class KDE_EXPORT Led : public TQPixmap
+ class TDE_EXPORT Led : public TQPixmap
{
public:
enum Type { First = 0, Second };
@@ -104,7 +104,7 @@ namespace KSim
* @short Label widget with 2 leds
* @author Robbie Ward <linuxphreak@gmx.co.uk>
*/
- class KDE_EXPORT LedLabel : public KSim::Progress
+ class TDE_EXPORT LedLabel : public KSim::Progress
{
TQ_OBJECT