summaryrefslogtreecommitdiffstats
path: root/vcs/cvsservice/diffwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/cvsservice/diffwidget.h')
-rw-r--r--vcs/cvsservice/diffwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcs/cvsservice/diffwidget.h b/vcs/cvsservice/diffwidget.h
index c220e4f0..25594f40 100644
--- a/vcs/cvsservice/diffwidget.h
+++ b/vcs/cvsservice/diffwidget.h
@@ -32,7 +32,7 @@ namespace KParts {
class KDiffTextEdit: public TQTextEdit
{
Q_OBJECT
- TQ_OBJECT
+
public:
KDiffTextEdit( TQWidget* parent = 0, const char* name = 0 );
virtual ~KDiffTextEdit();
@@ -61,7 +61,7 @@ private:
class DiffWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
DiffWidget( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 );