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/kmplayertvsource.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/kmplayertvsource.h')
-rw-r--r-- | src/kmplayertvsource.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kmplayertvsource.h b/src/kmplayertvsource.h index da42c21..2a82f21 100644 --- a/src/kmplayertvsource.h +++ b/src/kmplayertvsource.h @@ -44,7 +44,7 @@ class TQGroupBox; class TQLineEdit; class TQCheckBox; class KComboBox; -class KConfig; +class TDEConfig; class KMPLAYER_NO_EXPORT TVDevicePage : public TQFrame { @@ -189,8 +189,8 @@ public: virtual KMPlayer::NodePtr root (); void buildMenu (); virtual TQString prettyName (); - virtual void write (KConfig *); - virtual void read (KConfig *); + virtual void write (TDEConfig *); + virtual void read (TDEConfig *); virtual void sync (bool); virtual void prefLocation (TQString & item, TQString & icon, TQString & tab); virtual TQFrame * prefPage (TQWidget * parent); |