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/protocolview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cervisia/protocolview.cpp') diff --git a/cervisia/protocolview.cpp b/cervisia/protocolview.cpp index 004226a8..62e15dde 100644 --- a/cervisia/protocolview.cpp +++ b/cervisia/protocolview.cpp @@ -42,7 +42,7 @@ ProtocolView::ProtocolView(const TQCString& appId, TQWidget *parent, const char setTabChangesFocus(true); setTextFormat(TQt::LogText); - KConfig *config = CervisiaPart::config(); + TDEConfig *config = CervisiaPart::config(); config->setGroup("LookAndFeel"); setFont(config->readFontEntry("ProtocolFont")); -- cgit v1.2.1