summaryrefslogtreecommitdiffstats
path: root/kdat/BackupOptDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdat/BackupOptDlg.h')
-rw-r--r--kdat/BackupOptDlg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kdat/BackupOptDlg.h b/kdat/BackupOptDlg.h
index 10047dc..4a5e3dd 100644
--- a/kdat/BackupOptDlg.h
+++ b/kdat/BackupOptDlg.h
@@ -29,6 +29,7 @@ class BackupProfileWidget;
*/
class BackupOptDlg : public TQDialog {
Q_OBJECT
+ TQ_OBJECT
BackupProfileWidget* _profile;
public:
/**
@@ -36,7 +37,7 @@ public:
*
* @param backupProfile The backup profile.
*/
- BackupOptDlg( BackupProfile* backupProfile, TQWidget* parent=0, const char* name=0 );
+ BackupOptDlg( BackupProfile* backupProfile, TQWidget* tqparent=0, const char* name=0 );
/**
* Destroy the backup options dialog.