From f8069e2ea048f2657cc417d83820576ec55c181b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:49 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- cervisia/annotateview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cervisia/annotateview.h') diff --git a/cervisia/annotateview.h b/cervisia/annotateview.h index 2a878611..52178f7f 100644 --- a/cervisia/annotateview.h +++ b/cervisia/annotateview.h @@ -25,7 +25,7 @@ #include -class KConfig; +class TDEConfig; namespace Cervisia @@ -41,7 +41,7 @@ class AnnotateView : public TQListView public: - explicit AnnotateView( KConfig &cfg, TQWidget *parent=0, const char *name=0 ); + explicit AnnotateView( TDEConfig &cfg, TQWidget *parent=0, const char *name=0 ); void addLine(const Cervisia::LogInfo& logInfo, const TQString& content, bool odd); -- cgit v1.2.1