summaryrefslogtreecommitdiffstats
path: root/k9devices
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:18:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 17:40:35 +0900
commit3dbd5e8f9b528bba86f91f818d87db3d327d0808 (patch)
tree2107d790de58a77ea4444b875a8fa0f760ae0757 /k9devices
parente293907ad9731cd1dfc8827d7194e16139701bef (diff)
downloadk9copy-3dbd5e8f9b528bba86f91f818d87db3d327d0808.tar.gz
k9copy-3dbd5e8f9b528bba86f91f818d87db3d327d0808.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b3ebd61cfbfdba0d025543c5323751ad7a73a8fe)
Diffstat (limited to 'k9devices')
-rw-r--r--k9devices/k9cddrive.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/k9devices/k9cddrive.h b/k9devices/k9cddrive.h
index 06e8507..a56584f 100644
--- a/k9devices/k9cddrive.h
+++ b/k9devices/k9cddrive.h
@@ -26,7 +26,7 @@
*@author
*/
class k9CdDrive : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
k9CdDrive();
@@ -46,7 +46,7 @@ private:
};
class k9CdDrives : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
k9CdDrives();