diff options
Diffstat (limited to 'cervisia/diffview.h')
-rw-r--r-- | cervisia/diffview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/diffview.h b/cervisia/diffview.h index 9bc57b06..f691c0b6 100644 --- a/cervisia/diffview.h +++ b/cervisia/diffview.h @@ -42,7 +42,7 @@ protected: class DiffView : public QtTableView { Q_OBJECT - TQ_OBJECT + public: enum DiffType { Change, Insert, Delete, Neutral, Unchanged, Separator }; @@ -105,7 +105,7 @@ private: class DiffZoomWidget : public TQFrame { Q_OBJECT - TQ_OBJECT + public: DiffZoomWidget(KConfig& cfg, TQWidget *parent=0, const char *name=0); |