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 fe24177..246c4d2 100644 --- a/kdat/BackupProfileInfoWidget.h +++ b/kdat/BackupProfileInfoWidget.h @@ -28,7 +28,7 @@ class BackupProfileWidget; */ class BackupProfileInfoWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + BackupProfile* _backupProfile; TQLineEdit* _name; BackupProfileWidget* _profile; |