summaryrefslogtreecommitdiffstats
path: root/cervisia/protocolview.h
diff options
context:
space:
mode:
Diffstat (limited to 'cervisia/protocolview.h')
-rw-r--r--cervisia/protocolview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cervisia/protocolview.h b/cervisia/protocolview.h
index b2e69669..aaf1e797 100644
--- a/cervisia/protocolview.h
+++ b/cervisia/protocolview.h
@@ -34,9 +34,10 @@ class ProtocolView : public TQTextEdit, public DCOPObject
{
K_DCOP
Q_OBJECT
+// TQ_OBJECT
public:
- explicit ProtocolView(const TQCString& appId, TQWidget *parent=0, const char *name=0);
+ explicit ProtocolView(const TQCString& appId, TQWidget *tqparent=0, const char *name=0);
~ProtocolView();
bool startJob(bool isUpdateJob = false);