summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:15:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:15:51 +0900
commitef9a0e6c7c7bfbb95e2a4c1c74a89e30486d2874 (patch)
tree13adc65e2a800d4ec66d56e845da64f0d7754722
parente629ec85bb4c684052b27a16c4681d7e0f8db589 (diff)
downloadtdeio-umountwrapper-ef9a0e6c.tar.gz
tdeio-umountwrapper-ef9a0e6c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/tdeio_umountwrapper.h2
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&);