diff options
Diffstat (limited to 'kdat/BackupDlg.h')
-rw-r--r-- | kdat/BackupDlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/BackupDlg.h b/kdat/BackupDlg.h index 57bd333..c0822eb 100644 --- a/kdat/BackupDlg.h +++ b/kdat/BackupDlg.h @@ -36,7 +36,7 @@ class TarParser; * @short Status dialog for backing up files. */ class BackupDlg : public TQDialog { - Q_OBJECT + TQ_OBJECT TDEProcess* _proc; TarParser* _tarParser; |