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 --- knode/kncomposer.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'knode/kncomposer.h') diff --git a/knode/kncomposer.h b/knode/kncomposer.h index f72f43988..22b0b7933 100644 --- a/knode/kncomposer.h +++ b/knode/kncomposer.h @@ -44,7 +44,7 @@ class SpellingFilter; class KNComposer : public KMainWindow , virtual public KNodeComposerIface { Q_OBJECT - TQ_OBJECT + public: enum composerResult { CRsendNow, CRsendLater, CRdelAsk, @@ -252,7 +252,7 @@ class KNComposer::ComposerView : public TQSplitter { class KNComposer::Editor : public KEdit { Q_OBJECT - TQ_OBJECT + public: Editor(KNComposer::ComposerView *_composerView, KNComposer *_composer, TQWidget *parent=0, char *name=0); @@ -305,7 +305,7 @@ private: class KNComposer::AttachmentView : public KListView { Q_OBJECT - TQ_OBJECT + public: AttachmentView(TQWidget *parent, char *name=0); @@ -333,7 +333,7 @@ class KNComposer::AttachmentViewItem : public KListViewItem { class KNComposer::AttachmentPropertiesDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: AttachmentPropertiesDlg( KNAttachment *a, TQWidget *p=0, const char *n=0); @@ -358,7 +358,7 @@ class KNComposer::AttachmentPropertiesDlg : public KDialogBase { class KNLineEdit : public KABC::AddressLineEdit { Q_OBJECT - TQ_OBJECT + typedef KABC::AddressLineEdit KNLineEditInherited; public: @@ -378,7 +378,7 @@ private: class KNLineEditSpell : public KNLineEdit { Q_OBJECT - TQ_OBJECT + public: KNLineEditSpell(KNComposer::ComposerView *_composerView, bool useCompletion,TQWidget * parent, const char * name = 0); void highLightWord( unsigned int length, unsigned int pos ); -- cgit v1.2.1