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/kmplayertvsource.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kmplayertvsource.h') 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); -- cgit v1.2.1