diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:09:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:09:42 -0600 |
commit | 3da0c9594ec7967c35cc9851c9403f8303ec542b (patch) | |
tree | e82a47b6c444f8931ee51ebc5b6985ecb3d68d39 /kfilereplace | |
parent | 1179541f92513abc4cc3798ab2bb96960b3daebd (diff) | |
download | tdewebdev-3da0c9594ec7967c35cc9851c9403f8303ec542b.tar.gz tdewebdev-3da0c9594ec7967c35cc9851c9403f8303ec542b.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kfilereplace')
-rw-r--r-- | kfilereplace/commandengine.h | 2 | ||||
-rw-r--r-- | kfilereplace/kaddstringdlg.h | 2 | ||||
-rw-r--r-- | kfilereplace/kfilereplace.h | 2 | ||||
-rw-r--r-- | kfilereplace/kfilereplacepart.h | 2 | ||||
-rw-r--r-- | kfilereplace/kfilereplaceview.h | 2 | ||||
-rw-r--r-- | kfilereplace/knewprojectdlg.h | 2 | ||||
-rw-r--r-- | kfilereplace/koptionsdlg.h | 2 |
7 files changed, 7 insertions, 7 deletions
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(); |