summaryrefslogtreecommitdiffstats
path: root/src/kmplayer_koffice_part.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:08:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:08:09 -0600
commit75cf20e5d10de7b6ab506bd1ad6321c77ff1ad5c (patch)
treeeee3e440800d8fe8d3989b919dd349401cd37282 /src/kmplayer_koffice_part.h
parenta34aeb25a3006e5a708ec955159226e8b197dc27 (diff)
downloadkmplayer-75cf20e5d10de7b6ab506bd1ad6321c77ff1ad5c.tar.gz
kmplayer-75cf20e5d10de7b6ab506bd1ad6321c77ff1ad5c.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/kmplayer_koffice_part.h')
-rw-r--r--src/kmplayer_koffice_part.h4
1 files changed, 2 insertions, 2 deletions
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;
};