diff options
Diffstat (limited to 'kdat/BackupProfileInfoWidget.h')
-rw-r--r-- | kdat/BackupProfileInfoWidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kdat/BackupProfileInfoWidget.h b/kdat/BackupProfileInfoWidget.h index 53ca292..3366cd4 100644 --- a/kdat/BackupProfileInfoWidget.h +++ b/kdat/BackupProfileInfoWidget.h @@ -28,6 +28,7 @@ class BackupProfileWidget; */ class BackupProfileInfoWidget : public TQWidget { Q_OBJECT + TQ_OBJECT BackupProfile* _backupProfile; TQLineEdit* _name; BackupProfileWidget* _profile; @@ -44,7 +45,7 @@ public: /** * Create a new backup profile info widget. */ - BackupProfileInfoWidget( TQWidget* parent = 0, const char* name = 0 ); + BackupProfileInfoWidget( TQWidget* tqparent = 0, const char* name = 0 ); /** * Destroy the backup profile widget. |