From 3da0c9594ec7967c35cc9851c9403f8303ec542b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:09:42 -0600 Subject: Remove spurious TQ_OBJECT instances --- kfilereplace/commandengine.h | 2 +- kfilereplace/kaddstringdlg.h | 2 +- kfilereplace/kfilereplace.h | 2 +- kfilereplace/kfilereplacepart.h | 2 +- kfilereplace/kfilereplaceview.h | 2 +- kfilereplace/knewprojectdlg.h | 2 +- kfilereplace/koptionsdlg.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'kfilereplace') diff --git a/kfilereplace/commandengine.h b/kfilereplace/commandengine.h index feb1d803..702edeee 100644 --- a/kfilereplace/commandengine.h +++ b/kfilereplace/commandengine.h @@ -29,7 +29,7 @@ class KProcess; class CommandEngine : public TQObject { Q_OBJECT - TQ_OBJECT + private: TQString m_processOutput; public: diff --git a/kfilereplace/kaddstringdlg.h b/kfilereplace/kaddstringdlg.h index 2f20c56c..f39c2961 100644 --- a/kfilereplace/kaddstringdlg.h +++ b/kfilereplace/kaddstringdlg.h @@ -28,7 +28,7 @@ class KAddStringDlg : public KAddStringDlgS { Q_OBJECT - TQ_OBJECT + private: RCOptions* m_option; TQListView* m_sv; diff --git a/kfilereplace/kfilereplace.h b/kfilereplace/kfilereplace.h index 7d6d5fd4..2ba946a1 100644 --- a/kfilereplace/kfilereplace.h +++ b/kfilereplace/kfilereplace.h @@ -26,7 +26,7 @@ Shell application for the KFileReplace part. class KFileReplace : public KParts::MainWindow { Q_OBJECT - TQ_OBJECT + public: KFileReplace(); ~KFileReplace(); diff --git a/kfilereplace/kfilereplacepart.h b/kfilereplace/kfilereplacepart.h index 920d45c9..0b3b61ae 100644 --- a/kfilereplace/kfilereplacepart.h +++ b/kfilereplace/kfilereplacepart.h @@ -32,7 +32,7 @@ class KFileReplaceView; class KFileReplacePart: public KParts::ReadOnlyPart { Q_OBJECT - TQ_OBJECT + private: //MEMBERS KFileReplaceView* m_view; diff --git a/kfilereplace/kfilereplaceview.h b/kfilereplace/kfilereplaceview.h index 07a346e6..4df878cf 100644 --- a/kfilereplace/kfilereplaceview.h +++ b/kfilereplace/kfilereplaceview.h @@ -57,7 +57,7 @@ class coord class KFileReplaceView : public KFileReplaceViewWdg { Q_OBJECT - TQ_OBJECT + private: KPopupMenu* m_menuResult; RCOptions* m_option; diff --git a/kfilereplace/knewprojectdlg.h b/kfilereplace/knewprojectdlg.h index cd428266..8a81c494 100644 --- a/kfilereplace/knewprojectdlg.h +++ b/kfilereplace/knewprojectdlg.h @@ -29,7 +29,7 @@ class KConfig; class KNewProjectDlg : public KNewProjectDlgS { Q_OBJECT - TQ_OBJECT + private: TQString m_searchNowFlag; diff --git a/kfilereplace/koptionsdlg.h b/kfilereplace/koptionsdlg.h index ec120ea1..0ffd3da8 100644 --- a/kfilereplace/koptionsdlg.h +++ b/kfilereplace/koptionsdlg.h @@ -33,7 +33,7 @@ class KConfig; class KOptionsDlg : public KOptionsDlgS { Q_OBJECT - TQ_OBJECT + public: KOptionsDlg(RCOptions* info, TQWidget *parent, const char *name); ~KOptionsDlg(); -- cgit v1.2.1