diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-13 13:19:18 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-14 10:37:28 +0900 |
| commit | ba0ac80906dcb0e60196da1b6d2171d2418306f4 (patch) | |
| tree | 026698b571c9336453144112237ef035a1f040c1 /kjsembed/tools/headers/qtimer.h | |
| parent | 5a0036e68c4e9c04af242ccfccfd432db06b698c (diff) | |
| download | tdebindings-ba0ac809.tar.gz tdebindings-ba0ac809.zip | |
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 561a3077558f409243e93dcf9df5fb39e704c1c4)
Diffstat (limited to 'kjsembed/tools/headers/qtimer.h')
| -rw-r--r-- | kjsembed/tools/headers/qtimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/tools/headers/qtimer.h b/kjsembed/tools/headers/qtimer.h index 5791c57e..b1ce519e 100644 --- a/kjsembed/tools/headers/qtimer.h +++ b/kjsembed/tools/headers/qtimer.h @@ -43,7 +43,7 @@ #endif // QT_H -class Q_EXPORT TQTimer : public TQObject +class TQ_EXPORT TQTimer : public TQObject { TQ_OBJECT public: |
