diff options
Diffstat (limited to 'src/exportdialog.h')
-rw-r--r-- | src/exportdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exportdialog.h b/src/exportdialog.h index afec56c..3735d94 100644 --- a/src/exportdialog.h +++ b/src/exportdialog.h @@ -33,7 +33,7 @@ namespace Tellico { */ class ExportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ExportDialog(Export::Format format, Data::CollPtr coll, TQWidget* parent, const char* name); |