From 75cf20e5d10de7b6ab506bd1ad6321c77ff1ad5c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:08:09 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/kmplayer_koffice_part.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kmplayer_koffice_part.h') diff --git a/src/kmplayer_koffice_part.h b/src/kmplayer_koffice_part.h index ec71061..1bcf305 100644 --- a/src/kmplayer_koffice_part.h +++ b/src/kmplayer_koffice_part.h @@ -41,7 +41,7 @@ class TDEProcess; class TDEAboutData; class KMPlayer; class TDEInstance; -class KConfig; +class TDEConfig; class TQIODevice; #ifdef HAVE_KOFFICE @@ -78,7 +78,7 @@ public: protected: virtual KoView* createViewInstance (TQWidget* parent, const char* name); private: - KConfig * m_config; + TDEConfig * m_config; KMPlayer * m_player; KOfficeMPlayerView * m_view; }; -- cgit v1.2.1