From 3c5631f74d1c75204f950140331e10f739082ee9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:33:36 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kpovmodeler/pmview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpovmodeler/pmview.h') diff --git a/kpovmodeler/pmview.h b/kpovmodeler/pmview.h index 02aa3e00..72a9d98f 100644 --- a/kpovmodeler/pmview.h +++ b/kpovmodeler/pmview.h @@ -31,7 +31,7 @@ class PMTreeView; class PMDialogView; class PMPart; class TQSplitter; -class KConfig; +class TDEConfig; /** * The PMView class provides the view widget for the PMPart document class. @@ -61,11 +61,11 @@ public: /** * saves settings */ - void saveConfig( KConfig* cfg ); + void saveConfig( TDEConfig* cfg ); /** * loads settings */ - void restoreConfig( KConfig* cfg ); + void restoreConfig( TDEConfig* cfg ); private: PMTreeView* m_pTreeView; PMPart* m_pPart; -- cgit v1.2.1