summaryrefslogtreecommitdiffstats
path: root/kfilereplace
diff options
context:
space:
mode:
Diffstat (limited to 'kfilereplace')
-rw-r--r--kfilereplace/commandengine.h2
-rw-r--r--kfilereplace/kaddstringdlg.h2
-rw-r--r--kfilereplace/kfilereplace.h2
-rw-r--r--kfilereplace/kfilereplacepart.h2
-rw-r--r--kfilereplace/kfilereplaceview.h2
-rw-r--r--kfilereplace/knewprojectdlg.h2
-rw-r--r--kfilereplace/koptionsdlg.h2
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();