diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:18:01 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:18:01 +0900 |
commit | b3ebd61cfbfdba0d025543c5323751ad7a73a8fe (patch) | |
tree | e1dbe4380de7c360f4ca56800c602ee8c37f7c88 /k9author/k9newtitle.h | |
parent | e5c4232f5750c0c83f894ac7afbdec51dbc82ed3 (diff) | |
download | k9copy-b3ebd61cfbfdba0d025543c5323751ad7a73a8fe.tar.gz k9copy-b3ebd61cfbfdba0d025543c5323751ad7a73a8fe.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'k9author/k9newtitle.h')
-rw-r--r-- | k9author/k9newtitle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9newtitle.h b/k9author/k9newtitle.h index 931ae1e..a5d75a3 100644 --- a/k9author/k9newtitle.h +++ b/k9author/k9newtitle.h @@ -21,7 +21,7 @@ class k9Import; class k9NewTitle : public newTitle { - Q_OBJECT + TQ_OBJECT private: k9Import *m_k9Import; |