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 9142aa8a..b14f5860 100644
--- a/vcs/cvsservice/diffwidget.h
+++ b/vcs/cvsservice/diffwidget.h
@@ -31,7 +31,7 @@ namespace KParts {
// Helper class that displays a modified RMB popup menu
class KDiffTextEdit: public TQTextEdit
{
- Q_OBJECT
+ TQ_OBJECT
public:
KDiffTextEdit( TQWidget* parent = 0, const char* name = 0 );
@@ -60,7 +60,7 @@ private:
class DiffWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public: