diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:05:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-21 17:21:13 +0900 |
commit | ba0125da0228f6da828a083631845c8b43ba3f39 (patch) | |
tree | 186cb740b1017de501e21742f9e098b7efe8ab2f /kdat/FormatOptDlg.h | |
parent | f92dcefd4a64dd894569c235f11a7ba883e0a842 (diff) | |
download | tdeadmin-ba0125da0228f6da828a083631845c8b43ba3f39.tar.gz tdeadmin-ba0125da0228f6da828a083631845c8b43ba3f39.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 416c6f3ee66fc83ef557b383b90ebf79d77c1867)
Diffstat (limited to 'kdat/FormatOptDlg.h')
-rw-r--r-- | kdat/FormatOptDlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/FormatOptDlg.h b/kdat/FormatOptDlg.h index b4d6c13..9186202 100644 --- a/kdat/FormatOptDlg.h +++ b/kdat/FormatOptDlg.h @@ -29,7 +29,7 @@ class TQLineEdit; * @short Display/edit options for formatting a tape. */ class FormatOptDlg : public TQDialog { - Q_OBJECT + TQ_OBJECT TQString _name; int _size; |