diff options
Diffstat (limited to 'cervisia/diffview.h')
-rw-r--r-- | cervisia/diffview.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cervisia/diffview.h b/cervisia/diffview.h index f691c0b6..2eff4753 100644 --- a/cervisia/diffview.h +++ b/cervisia/diffview.h @@ -28,7 +28,7 @@ #include <tqptrlist.h> -class KConfig; +class TDEConfig; class DiffViewItem; @@ -47,7 +47,7 @@ class DiffView : public QtTableView public: enum DiffType { Change, Insert, Delete, Neutral, Unchanged, Separator }; - DiffView( KConfig& cfg, bool withlinenos, bool withmarker, + DiffView( TDEConfig& cfg, bool withlinenos, bool withmarker, TQWidget *parent=0, const char *name=0 ); void setPartner(DiffView *other); @@ -98,7 +98,7 @@ private: TQColor diffDeleteColor; int m_tabWidth; - KConfig& partConfig; + TDEConfig& partConfig; }; @@ -108,7 +108,7 @@ class DiffZoomWidget : public TQFrame public: - DiffZoomWidget(KConfig& cfg, TQWidget *parent=0, const char *name=0); + DiffZoomWidget(TDEConfig& cfg, TQWidget *parent=0, const char *name=0); ~DiffZoomWidget(); void setDiffView(DiffView *view); |