diff options
Diffstat (limited to 'ksim/library/progress.h')
-rw-r--r-- | ksim/library/progress.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksim/library/progress.h b/ksim/library/progress.h index 9780e64..88939d1 100644 --- a/ksim/library/progress.h +++ b/ksim/library/progress.h @@ -22,7 +22,7 @@ #include "label.h" -#include <kdemacros.h> +#include <tdemacros.h> namespace KSim { @@ -30,7 +30,7 @@ namespace KSim * provides a label with a progress bar meter * @author Robbie Ward <linuxphreak@gmx.co.uk> */ - class KDE_EXPORT Progress : public KSim::Label + class TDE_EXPORT Progress : public KSim::Label { TQ_OBJECT |