From 6f114e7935d43127c6c0269532fb2674cee9a4f5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:14 -0600 Subject: Remove spurious TQ_OBJECT instances --- knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'knewsticker/kntsrcfilepropsdlg') diff --git a/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.h b/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.h index eadd1a9b..c27e3d86 100644 --- a/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.h +++ b/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.h @@ -31,7 +31,7 @@ using RSS::Status; class KntSrcFilePropsFactory : public KLibFactory { Q_OBJECT - TQ_OBJECT + public: virtual TQObject *createObject(TQObject * = 0, const char * = 0, @@ -41,7 +41,7 @@ class KntSrcFilePropsFactory : public KLibFactory class KntSrcFilePropsDlg : public KPropsDlgPlugin { Q_OBJECT - TQ_OBJECT + public: KntSrcFilePropsDlg(KPropertiesDialog *); -- cgit v1.2.1