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/kmplayerappsource.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/kmplayerappsource.h')
-rw-r--r-- | src/kmplayerappsource.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kmplayerappsource.h b/src/kmplayerappsource.h index ec9fcda..b8e1921 100644 --- a/src/kmplayerappsource.h +++ b/src/kmplayerappsource.h @@ -82,8 +82,8 @@ public: virtual TQString filterOptions (); virtual void setIdentified (bool b = true); 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); @@ -155,8 +155,8 @@ public: virtual bool processOutput (const TQString & line); virtual void setIdentified (bool b = true); 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); |