From b1aba0a7b213682a0681e7939a06874589968645 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 15:59:02 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/gvcore/printdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gvcore/printdialog.h') diff --git a/src/gvcore/printdialog.h b/src/gvcore/printdialog.h index 8a4b957..faf9752 100644 --- a/src/gvcore/printdialog.h +++ b/src/gvcore/printdialog.h @@ -48,7 +48,7 @@ enum ScaleId { class LIBGWENVIEW_EXPORT PrintDialogPage : public KPrintDialogPage { Q_OBJECT - TQ_OBJECT + public: PrintDialogPage( Document* document, TQWidget *parent = 0L, const char *name = 0 ); -- cgit v1.2.1