summaryrefslogtreecommitdiffstats
path: root/parts/replace
diff options
context:
space:
mode:
Diffstat (limited to 'parts/replace')
-rw-r--r--parts/replace/replace_part.h2
-rw-r--r--parts/replace/replace_widget.h2
-rw-r--r--parts/replace/replacedlgimpl.h2
-rw-r--r--parts/replace/replaceview.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/parts/replace/replace_part.h b/parts/replace/replace_part.h
index 65c0fe54..d6f79d98 100644
--- a/parts/replace/replace_part.h
+++ b/parts/replace/replace_part.h
@@ -25,7 +25,7 @@ class Context;
class ReplacePart : public KDevPlugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
ReplacePart(TQObject *parent, const char *name, const TQStringList &);
diff --git a/parts/replace/replace_widget.h b/parts/replace/replace_widget.h
index b3959124..227f8775 100644
--- a/parts/replace/replace_widget.h
+++ b/parts/replace/replace_widget.h
@@ -29,7 +29,7 @@ class ReplaceView;
class ReplaceWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
ReplaceWidget(ReplacePart *part);
diff --git a/parts/replace/replacedlgimpl.h b/parts/replace/replacedlgimpl.h
index 4ae8e86c..cc53029e 100644
--- a/parts/replace/replacedlgimpl.h
+++ b/parts/replace/replacedlgimpl.h
@@ -9,7 +9,7 @@ class TQDialog;
class ReplaceDlgImpl : public ReplaceDlg
{
Q_OBJECT
- TQ_OBJECT
+
public:
ReplaceDlgImpl(TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
diff --git a/parts/replace/replaceview.h b/parts/replace/replaceview.h
index ceb480f3..5ed706a6 100644
--- a/parts/replace/replaceview.h
+++ b/parts/replace/replaceview.h
@@ -24,7 +24,7 @@ class ReplaceItem;
class ReplaceView : public KListView
{
Q_OBJECT
- TQ_OBJECT
+
signals:
void editDocument( const TQString &, int );