diff options
Diffstat (limited to 'karm/csvexportdialog.h')
-rw-r--r-- | karm/csvexportdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/karm/csvexportdialog.h b/karm/csvexportdialog.h index fe13cf9c6..51aaf3bd6 100644 --- a/karm/csvexportdialog.h +++ b/karm/csvexportdialog.h @@ -27,10 +27,11 @@ class CSVExportDialog : public CSVExportDialogBase { Q_OBJECT + TQ_OBJECT public: CSVExportDialog( ReportCriteria::REPORTTYPE rt, - TQWidget *parent = 0, + TQWidget *tqparent = 0, const char *name = 0 ); |