From 08c6ddb04bc1febeedd0f76aff43ea2a6397234c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:00:43 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/kexportdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kexportdialog.h') diff --git a/src/kexportdialog.h b/src/kexportdialog.h index b52293d..2c453b7 100755 --- a/src/kexportdialog.h +++ b/src/kexportdialog.h @@ -30,7 +30,7 @@ class KExportDialog : public TQDialog { Q_OBJECT - TQ_OBJECT + public: KExportDialog(TQWidget *parent = 0, const char *name = 0 ); ~KExportDialog(); -- cgit v1.2.1