From a0fd5320de07548880320658c17501c54c8a3beb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:05 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/recentfilesaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/recentfilesaction.h') diff --git a/src/recentfilesaction.h b/src/recentfilesaction.h index 33598bf..d382a49 100644 --- a/src/recentfilesaction.h +++ b/src/recentfilesaction.h @@ -20,7 +20,7 @@ Adapted to work around strange bug occuring. class RecentFilesAction : public KSelectAction { Q_OBJECT - TQ_OBJECT + public: RecentFilesAction( const TQString & configGroupName, const TQString & text, const TQObject * receiver, const char* slot, TQObject* parent, const char * name ); -- cgit v1.2.1