diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:05:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 15:05:17 +0900 |
commit | 416c6f3ee66fc83ef557b383b90ebf79d77c1867 (patch) | |
tree | 4addecb7f639f45822cdf693fbe9be456a9e3b2d /kdat/BackupProfileInfoWidget.h | |
parent | 387cce9ec6a697970b6b0eac887ebfb714715a87 (diff) | |
download | tdeadmin-416c6f3ee66fc83ef557b383b90ebf79d77c1867.tar.gz tdeadmin-416c6f3ee66fc83ef557b383b90ebf79d77c1867.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kdat/BackupProfileInfoWidget.h')
-rw-r--r-- | kdat/BackupProfileInfoWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/BackupProfileInfoWidget.h b/kdat/BackupProfileInfoWidget.h index 246c4d2..8ff1bd0 100644 --- a/kdat/BackupProfileInfoWidget.h +++ b/kdat/BackupProfileInfoWidget.h @@ -27,7 +27,7 @@ class BackupProfileWidget; * @short Display/edit information about a backup profile. */ class BackupProfileInfoWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT BackupProfile* _backupProfile; TQLineEdit* _name; |