diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:15:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 14:15:51 +0900 |
commit | ef9a0e6c7c7bfbb95e2a4c1c74a89e30486d2874 (patch) | |
tree | 13adc65e2a800d4ec66d56e845da64f0d7754722 | |
parent | e629ec85bb4c684052b27a16c4681d7e0f8db589 (diff) | |
download | tdeio-umountwrapper-ef9a0e6c7c7bfbb95e2a4c1c74a89e30486d2874.tar.gz tdeio-umountwrapper-ef9a0e6c7c7bfbb95e2a4c1c74a89e30486d2874.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | src/tdeio_umountwrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdeio_umountwrapper.h b/src/tdeio_umountwrapper.h index 5165298..8cb69ca 100644 --- a/src/tdeio_umountwrapper.h +++ b/src/tdeio_umountwrapper.h @@ -32,7 +32,7 @@ class tdeio_umountwrapper : public TDEApplication { - Q_OBJECT + TQ_OBJECT public: tdeio_umountwrapper(const TQString&); |