diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:37:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:37:49 -0600 |
commit | f8069e2ea048f2657cc417d83820576ec55c181b (patch) | |
tree | cbc5bf540866934a91e0f33b260fc7a25e191fad /cervisia/logdlg.h | |
parent | e6aaa3624cc6179b82a9bfff1760e742a669064c (diff) | |
download | tdesdk-f8069e2ea048f2657cc417d83820576ec55c181b.tar.gz tdesdk-f8069e2ea048f2657cc417d83820576ec55c181b.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'cervisia/logdlg.h')
-rw-r--r-- | cervisia/logdlg.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |