From 210090aed352271bcd474b28db9644d9461d7189 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:47 -0600 Subject: Remove spurious TQ_OBJECT instances --- libtdepim/komposer/core/prefsmodule.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtdepim/komposer/core/prefsmodule.h') diff --git a/libtdepim/komposer/core/prefsmodule.h b/libtdepim/komposer/core/prefsmodule.h index aba969f16..9e60098ee 100644 --- a/libtdepim/komposer/core/prefsmodule.h +++ b/libtdepim/komposer/core/prefsmodule.h @@ -35,7 +35,7 @@ namespace Komposer { class PrefsModule : public KPrefsModule { Q_OBJECT - TQ_OBJECT + public: PrefsModule( TQWidget *parent=0, const char *name=0 ); virtual const KAboutData *aboutData() const; @@ -44,7 +44,7 @@ namespace Komposer { class EditorSelection : public KPrefsWid { Q_OBJECT - TQ_OBJECT + public: EditorSelection( const TQString &text, TQString &reference, TQWidget *parent ); -- cgit v1.2.1