From 943520ceea323f04d9ad099b2e7f4d24e4cc8f00 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:02:03 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/exportdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exportdialog.h') 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); -- cgit v1.2.1