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 --- korn/accountmanager.h | 2 +- korn/boxcontainer.h | 2 +- korn/boxcontaineritem.h | 2 +- korn/dcopdrop.h | 2 +- korn/dockedcontainer.h | 2 +- korn/dockeditem.h | 2 +- korn/hvcontainer.h | 2 +- korn/hvitem.h | 2 +- korn/keditlistboxman.h | 2 +- korn/kio.h | 2 +- korn/kio_count.h | 2 +- korn/kio_delete.h | 2 +- korn/kio_read.h | 2 +- korn/kio_single_subject.h | 2 +- korn/kio_subjects.h | 2 +- korn/kornaccountcfgimpl.h | 2 +- korn/kornapp.h | 2 +- korn/kornboxcfgimpl.h | 2 +- korn/korncfgimpl.h | 2 +- korn/kornshell.h | 2 +- korn/label.h | 2 +- korn/maildlg.h | 2 +- korn/maildrop.h | 2 +- korn/polldrop.h | 2 +- korn/subjectsdlg.h | 2 +- korn/systemtray.h | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) (limited to 'korn') diff --git a/korn/accountmanager.h b/korn/accountmanager.h index 3c0c652d..5e7a0347 100644 --- a/korn/accountmanager.h +++ b/korn/accountmanager.h @@ -40,7 +40,7 @@ template< class T, class W > class TQMap; */ class AccountManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * Constructor, parameters are directed to TQObject. diff --git a/korn/boxcontainer.h b/korn/boxcontainer.h index 3f5a54e0..765d28b1 100644 --- a/korn/boxcontainer.h +++ b/korn/boxcontainer.h @@ -33,7 +33,7 @@ class KConfig; */ class BoxContainer : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * Constructor: everything is passed to TQObject. diff --git a/korn/boxcontaineritem.h b/korn/boxcontaineritem.h index bd03801a..e12c400f 100644 --- a/korn/boxcontaineritem.h +++ b/korn/boxcontaineritem.h @@ -43,7 +43,7 @@ class TQString; class BoxContainerItem : public AccountManager, public DCOPObject { Q_OBJECT -// TQ_OBJECT +// K_DCOP public: /** diff --git a/korn/dcopdrop.h b/korn/dcopdrop.h index c6558d98..ed695372 100644 --- a/korn/dcopdrop.h +++ b/korn/dcopdrop.h @@ -39,7 +39,7 @@ class TQString; */ class DCOPDrop : public KMailDrop { Q_OBJECT - TQ_OBJECT + public: /** * Constructor: no parameters diff --git a/korn/dockedcontainer.h b/korn/dockedcontainer.h index 06a833f2..11ea6ccf 100644 --- a/korn/dockedcontainer.h +++ b/korn/dockedcontainer.h @@ -29,7 +29,7 @@ class BoxContainerItem; */ class DockedContainer : public BoxContainer { Q_OBJECT - TQ_OBJECT + public: DockedContainer( TQObject * parent = 0, const char * name = 0 ); ~DockedContainer(); diff --git a/korn/dockeditem.h b/korn/dockeditem.h index e5737608..ddb6b0d7 100644 --- a/korn/dockeditem.h +++ b/korn/dockeditem.h @@ -36,7 +36,7 @@ class TQPixmap; */ class DockedItem : public BoxContainerItem { Q_OBJECT - TQ_OBJECT + public: /** * This contructor gives all it parameters to its parents. diff --git a/korn/hvcontainer.h b/korn/hvcontainer.h index 049d32d6..1485209f 100644 --- a/korn/hvcontainer.h +++ b/korn/hvcontainer.h @@ -31,7 +31,7 @@ class TQHBox; class HVContainer : public BoxContainer { Q_OBJECT - TQ_OBJECT + public: /** * Constructor: all elements are passed to BoxContainer, except orientation. diff --git a/korn/hvitem.h b/korn/hvitem.h index 98e42025..550d19ba 100644 --- a/korn/hvitem.h +++ b/korn/hvitem.h @@ -31,7 +31,7 @@ class Label; */ class HVItem : public BoxContainerItem { Q_OBJECT - TQ_OBJECT + public: HVItem( TQWidget *parent = 0, const char *name = 0 ); ~HVItem(); diff --git a/korn/keditlistboxman.h b/korn/keditlistboxman.h index 0432e76e..3c213c3c 100644 --- a/korn/keditlistboxman.h +++ b/korn/keditlistboxman.h @@ -33,7 +33,7 @@ class TQWidget; */ class KEditListBoxManager : public KEditListBox { Q_OBJECT - TQ_OBJECT + public: /** * Constructor: @see KEditListBoxManager::KEditListBoxManager( const TQString&, TQWidget, const char * name, bool, int ) diff --git a/korn/kio.h b/korn/kio.h index eceb8653..21ac533e 100644 --- a/korn/kio.h +++ b/korn/kio.h @@ -50,7 +50,7 @@ namespace KIO { class Job; class MetaData; class Slave; class TransferJob; } class KKioDrop : public KPollableDrop { Q_OBJECT - TQ_OBJECT + private: KURL *_kurl; KIO::MetaData *_metadata; diff --git a/korn/kio_count.h b/korn/kio_count.h index 3b555739..25616e60 100644 --- a/korn/kio_count.h +++ b/korn/kio_count.h @@ -43,7 +43,7 @@ class TQString; class KIO_Count : public TQObject { Q_OBJECT - TQ_OBJECT + public: KIO_Count( TQObject * parent = 0, const char * name = 0 ); ~KIO_Count(); diff --git a/korn/kio_delete.h b/korn/kio_delete.h index 3358d8b3..d900d508 100644 --- a/korn/kio_delete.h +++ b/korn/kio_delete.h @@ -36,7 +36,7 @@ template class TQPtrList; class KIO_Delete : public TQObject { Q_OBJECT - TQ_OBJECT + public: //constructors KIO_Delete( TQObject * parent = 0, const char * name = 0 ); diff --git a/korn/kio_read.h b/korn/kio_read.h index c890b2ec..41f212da 100644 --- a/korn/kio_read.h +++ b/korn/kio_read.h @@ -34,7 +34,7 @@ class TQString; class KIO_Read : public TQObject { Q_OBJECT - TQ_OBJECT + public: KIO_Read( TQObject * parent = 0, const char * name = 0 ); ~KIO_Read(); diff --git a/korn/kio_single_subject.h b/korn/kio_single_subject.h index 472148e9..cba3a639 100644 --- a/korn/kio_single_subject.h +++ b/korn/kio_single_subject.h @@ -34,7 +34,7 @@ class TQString; class KIO_Single_Subject : public TQObject { Q_OBJECT - TQ_OBJECT + public: KIO_Single_Subject( TQObject * parent, const char * name, KURL &, KIO::MetaData &, const KIO_Protocol *, KIO::Slave *&, const TQString &, const long ); diff --git a/korn/kio_subjects.h b/korn/kio_subjects.h index 87105476..124c83c4 100644 --- a/korn/kio_subjects.h +++ b/korn/kio_subjects.h @@ -36,7 +36,7 @@ template class TQValueList; class KIO_Subjects : public TQObject { Q_OBJECT - TQ_OBJECT + public: KIO_Subjects( TQObject * parent, const char * name ); ~KIO_Subjects( ); diff --git a/korn/kornaccountcfgimpl.h b/korn/kornaccountcfgimpl.h index c17885d6..8e2f833e 100644 --- a/korn/kornaccountcfgimpl.h +++ b/korn/kornaccountcfgimpl.h @@ -37,7 +37,7 @@ template< class T > class TQPtrVector; class KornAccountCfgImpl : public KornAccountCfg { Q_OBJECT - TQ_OBJECT + public: KornAccountCfgImpl( TQWidget * parent = 0, const char * name = 0 ); ~KornAccountCfgImpl(); diff --git a/korn/kornapp.h b/korn/kornapp.h index 513695b2..41348cc2 100644 --- a/korn/kornapp.h +++ b/korn/kornapp.h @@ -17,7 +17,7 @@ class KornShell; class KornApp : public KUniqueApplication { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/korn/kornboxcfgimpl.h b/korn/kornboxcfgimpl.h index ffcd9747..73cf7bb5 100644 --- a/korn/kornboxcfgimpl.h +++ b/korn/kornboxcfgimpl.h @@ -31,7 +31,7 @@ class TQWidget; class KornBoxCfgImpl : public KornBoxCfg { Q_OBJECT - TQ_OBJECT + public: KornBoxCfgImpl( TQWidget *parent, const char * name ); ~KornBoxCfgImpl(); diff --git a/korn/korncfgimpl.h b/korn/korncfgimpl.h index aef4be1f..eee7c610 100644 --- a/korn/korncfgimpl.h +++ b/korn/korncfgimpl.h @@ -29,7 +29,7 @@ class TQString; class KornCfgImpl : public KornCfgWidget { Q_OBJECT - TQ_OBJECT + public: KornCfgImpl( TQWidget * parent = 0, const char * name = 0 ); ~KornCfgImpl(); diff --git a/korn/kornshell.h b/korn/kornshell.h index 56859863..e3e50667 100644 --- a/korn/kornshell.h +++ b/korn/kornshell.h @@ -31,7 +31,7 @@ class KConfig; */ class KornShell : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KornShell( TQWidget * parent = 0, const char * name = 0 ); ~KornShell(); diff --git a/korn/label.h b/korn/label.h index c8d9b485..d6cd31b0 100644 --- a/korn/label.h +++ b/korn/label.h @@ -27,7 +27,7 @@ */ class Label : public TQLabel { Q_OBJECT - TQ_OBJECT + public: Label( TQWidget * parent = 0, const char * name = 0 ) : TQLabel( parent, name ) {} virtual ~Label() {} diff --git a/korn/maildlg.h b/korn/maildlg.h index 81917bb4..7d76d488 100644 --- a/korn/maildlg.h +++ b/korn/maildlg.h @@ -17,7 +17,7 @@ class TQString; class KornMailDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + /** * Edit control showing the mail (read only) diff --git a/korn/maildrop.h b/korn/maildrop.h index 160a59cd..460f0aff 100644 --- a/korn/maildrop.h +++ b/korn/maildrop.h @@ -30,7 +30,7 @@ template< class T, class R > class TQMap; class KMailDrop : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/korn/polldrop.h b/korn/polldrop.h index 751bebc0..44a90d1c 100644 --- a/korn/polldrop.h +++ b/korn/polldrop.h @@ -21,7 +21,7 @@ class TQTimerEvent; class KPollableDrop : public KMailDrop { Q_OBJECT - TQ_OBJECT + public: static const char *PollConfigKey; static const int DefaultPoll; diff --git a/korn/subjectsdlg.h b/korn/subjectsdlg.h index e7c8a985..224d6e78 100644 --- a/korn/subjectsdlg.h +++ b/korn/subjectsdlg.h @@ -24,7 +24,7 @@ template< class T > class TQPtrList; class KornSubjectsDlg: public KDialogBase { Q_OBJECT - TQ_OBJECT + /** * SubjectListViewItem is a helper class representing one line in the list view. diff --git a/korn/systemtray.h b/korn/systemtray.h index 3cf3fe2c..01a4f683 100644 --- a/korn/systemtray.h +++ b/korn/systemtray.h @@ -31,7 +31,7 @@ class TQWidget; */ class SystemTray : public KSystemTray { Q_OBJECT - TQ_OBJECT + public: /** * This contructor gives all it parameters to its parents. -- cgit v1.2.3