diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:08:47 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:08:47 -0600 |
commit | 210090aed352271bcd474b28db9644d9461d7189 (patch) | |
tree | 90a41c57403e068d3d7616952c02aa3af88f3d7c /knotes | |
parent | 4bed3ea970817c21a63e468df8e8a45517f751bb (diff) | |
download | tdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz tdepim-210090aed352271bcd474b28db9644d9461d7189.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'knotes')
-rw-r--r-- | knotes/knote.h | 2 | ||||
-rw-r--r-- | knotes/knotealarmdlg.h | 2 | ||||
-rw-r--r-- | knotes/knotebutton.h | 2 | ||||
-rw-r--r-- | knotes/knoteconfigdlg.h | 2 | ||||
-rw-r--r-- | knotes/knoteedit.h | 2 | ||||
-rw-r--r-- | knotes/knotehostdlg.h | 2 | ||||
-rw-r--r-- | knotes/knotesalarm.h | 2 | ||||
-rw-r--r-- | knotes/knotesapp.h | 2 | ||||
-rw-r--r-- | knotes/knotesnetrecv.h | 2 | ||||
-rw-r--r-- | knotes/knotesnetsend.h | 2 | ||||
-rw-r--r-- | knotes/resourcelocalconfig.h | 2 | ||||
-rw-r--r-- | knotes/resourcemanager.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/knotes/knote.h b/knotes/knote.h index cf8dbca54..880a85a4b 100644 --- a/knotes/knote.h +++ b/knotes/knote.h @@ -51,7 +51,7 @@ namespace KCal { class KNote : public TQFrame, virtual public KXMLGUIClient { Q_OBJECT - TQ_OBJECT + public: KNote( TQDomDocument buildDoc, KCal::Journal *journal, TQWidget *parent = 0, const char *name = 0 ); diff --git a/knotes/knotealarmdlg.h b/knotes/knotealarmdlg.h index 888da8a63..b018418a5 100644 --- a/knotes/knotealarmdlg.h +++ b/knotes/knotealarmdlg.h @@ -46,7 +46,7 @@ namespace KCal { class KNoteAlarmDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KNoteAlarmDlg( const TQString& caption, TQWidget *parent=0, const char *name=0 ); diff --git a/knotes/knotebutton.h b/knotes/knotebutton.h index 2f3699269..5d1739aeb 100644 --- a/knotes/knotebutton.h +++ b/knotes/knotebutton.h @@ -31,7 +31,7 @@ class TQResizeEvent; class KNoteButton: public TQPushButton { Q_OBJECT - TQ_OBJECT + public: KNoteButton( const TQString& icon, TQWidget *parent=0, const char *name=0 ); ~KNoteButton(); diff --git a/knotes/knoteconfigdlg.h b/knotes/knoteconfigdlg.h index a74ed2a0f..18300d987 100644 --- a/knotes/knoteconfigdlg.h +++ b/knotes/knoteconfigdlg.h @@ -30,7 +30,7 @@ class KNoteConfig; class KNoteConfigDlg : public KConfigDialog { Q_OBJECT - TQ_OBJECT + public: KNoteConfigDlg( KNoteConfig *config, const TQString &title, TQWidget *parent=0, const char *name=0 ); diff --git a/knotes/knoteedit.h b/knotes/knoteedit.h index da45b0007..65de3e45a 100644 --- a/knotes/knoteedit.h +++ b/knotes/knoteedit.h @@ -38,7 +38,7 @@ class KFontSizeAction; class KNoteEdit : public KTextEdit { Q_OBJECT - TQ_OBJECT + public: KNoteEdit( KActionCollection *actions, TQWidget *parent=0, const char *name=0 ); ~KNoteEdit(); diff --git a/knotes/knotehostdlg.h b/knotes/knotehostdlg.h index 279e67f6e..03a83dcb4 100644 --- a/knotes/knotehostdlg.h +++ b/knotes/knotehostdlg.h @@ -44,7 +44,7 @@ class KHistoryCombo; class KNoteHostDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KNoteHostDlg( const TQString& caption, TQWidget *parent=0, const char *name=0 ); ~KNoteHostDlg(); diff --git a/knotes/knotesalarm.h b/knotes/knotesalarm.h index dc8ff2782..84bfff509 100644 --- a/knotes/knotesalarm.h +++ b/knotes/knotesalarm.h @@ -45,7 +45,7 @@ namespace KCal { class KNotesAlarm : public TQObject { Q_OBJECT - TQ_OBJECT + public: KNotesAlarm( KNotesResourceManager *manager, TQObject *parent = 0, const char *name = 0 ); diff --git a/knotes/knotesapp.h b/knotes/knotesapp.h index 6a65027fe..9ec90442f 100644 --- a/knotes/knotesapp.h +++ b/knotes/knotesapp.h @@ -56,7 +56,7 @@ class KNotesApp : public TQLabel, public KSessionManaged, virtual public KXMLGUI virtual public KNotesAppIface { Q_OBJECT - TQ_OBJECT + public: KNotesApp(); ~KNotesApp(); diff --git a/knotes/knotesnetrecv.h b/knotes/knotesnetrecv.h index 9f1cfdbb9..e8fab803b 100644 --- a/knotes/knotesnetrecv.h +++ b/knotes/knotesnetrecv.h @@ -44,7 +44,7 @@ namespace KNetwork { class KNotesNetworkReceiver : public TQObject { Q_OBJECT - TQ_OBJECT + public: KNotesNetworkReceiver( KNetwork::KBufferedSocket * ); ~KNotesNetworkReceiver(); diff --git a/knotes/knotesnetsend.h b/knotes/knotesnetsend.h index 128013e75..c8611e1cf 100644 --- a/knotes/knotesnetsend.h +++ b/knotes/knotesnetsend.h @@ -43,7 +43,7 @@ using namespace KNetwork; class KNotesNetworkSender : public KNetwork::KBufferedSocket { Q_OBJECT - TQ_OBJECT + public: KNotesNetworkSender( const TQString& host, int port ); diff --git a/knotes/resourcelocalconfig.h b/knotes/resourcelocalconfig.h index ee4a987b9..bdfeea303 100644 --- a/knotes/resourcelocalconfig.h +++ b/knotes/resourcelocalconfig.h @@ -28,7 +28,7 @@ class KURLRequester; class ResourceLocalConfig : public KRES::ConfigWidget { Q_OBJECT - TQ_OBJECT + public: ResourceLocalConfig( TQWidget *parent = 0, const char *name = 0 ); virtual ~ResourceLocalConfig(); diff --git a/knotes/resourcemanager.h b/knotes/resourcemanager.h index e4476ceda..350d7c7d6 100644 --- a/knotes/resourcemanager.h +++ b/knotes/resourcemanager.h @@ -50,7 +50,7 @@ namespace KCal { class KNotesResourceManager : public TQObject, public KRES::ManagerObserver<ResourceNotes> { Q_OBJECT - TQ_OBJECT + public: KNotesResourceManager(); virtual ~KNotesResourceManager(); |