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/pmerrordialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpovmodeler/pmerrordialog.h') diff --git a/kpovmodeler/pmerrordialog.h b/kpovmodeler/pmerrordialog.h index f7a9f0a6..971ef114 100644 --- a/kpovmodeler/pmerrordialog.h +++ b/kpovmodeler/pmerrordialog.h @@ -29,7 +29,7 @@ #include #include -class KConfig; +class TDEConfig; class TQTextEdit; class PMObject; @@ -56,8 +56,8 @@ public: PMErrorDialog( const PMMessageList& messages, int errorFlags, TQWidget* parent = 0, const char* name = 0 ); - static void saveConfig( KConfig* cfg ); - static void restoreConfig( KConfig* cfg ); + static void saveConfig( TDEConfig* cfg ); + static void restoreConfig( TDEConfig* cfg ); protected: virtual void resizeEvent( TQResizeEvent* ev ); -- cgit v1.2.1