diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:08:09 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:08:09 -0600 |
commit | 75cf20e5d10de7b6ab506bd1ad6321c77ff1ad5c (patch) | |
tree | eee3e440800d8fe8d3989b919dd349401cd37282 /src/kmplayer_koffice_part.h | |
parent | a34aeb25a3006e5a708ec955159226e8b197dc27 (diff) | |
download | kmplayer-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.h | 4 |
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; }; |