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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ksim/library/led.h b/ksim/library/led.h
index 510f959..8d5e0f8 100644
--- a/ksim/library/led.h
+++ b/ksim/library/led.h
@@ -21,7 +21,7 @@
#define KSIM__LED_H
#include "progress.h"
-#include <kdemacros.h>
+#include <tdemacros.h>
#include <tqpixmap.h>
namespace KSim
@@ -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,9 +104,9 @@ 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
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**