diff options
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; |