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/logdlg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cervisia/logdlg.h') diff --git a/cervisia/logdlg.h b/cervisia/logdlg.h index 2e676d04..59f3b9f5 100644 --- a/cervisia/logdlg.h +++ b/cervisia/logdlg.h @@ -32,7 +32,7 @@ class LogListView; class LogTreeView; class LogPlainView; -class KConfig; +class TDEConfig; class TQComboBox; class TQLabel; @@ -55,7 +55,7 @@ class LogDialog : public KDialogBase public: - explicit LogDialog( KConfig& cfg, TQWidget *parent=0, const char *name=0 ); + explicit LogDialog( TDEConfig& cfg, TQWidget *parent=0, const char *name=0 ); virtual ~LogDialog(); @@ -95,7 +95,7 @@ private: TQComboBox *tagcombo[2]; CvsService_stub* cvsService; - KConfig& partConfig; + TDEConfig& partConfig; }; #endif -- cgit v1.2.1