summaryrefslogtreecommitdiffstats
path: root/kshutdown/progressbar.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:04:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:04:04 +0900
commit29215b1f2ab443fbf0cf8c5ea2eee5cd161cc3ea (patch)
treef12ad541f7df4e86bdf8d029e9e26f0809b8f17c /kshutdown/progressbar.h
parentbf62e013156765db0c7c2c1de2c8cc0004a1d33c (diff)
downloadkshutdown-29215b1f2ab443fbf0cf8c5ea2eee5cd161cc3ea.tar.gz
kshutdown-29215b1f2ab443fbf0cf8c5ea2eee5cd161cc3ea.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kshutdown/progressbar.h')
-rw-r--r--kshutdown/progressbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kshutdown/progressbar.h b/kshutdown/progressbar.h
index af4a67d..5fed507 100644
--- a/kshutdown/progressbar.h
+++ b/kshutdown/progressbar.h
@@ -25,7 +25,7 @@
#include "progressbar.h"
class ProgressBar: public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
enum Position { TOP, BOTTOM };
virtual ~ProgressBar();