summaryrefslogtreecommitdiffstats
path: root/src/kmplayervdr.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/kmplayervdr.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/kmplayervdr.h')
-rw-r--r--src/kmplayervdr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kmplayervdr.h b/src/kmplayervdr.h
index 6cddfb0..6f81313 100644
--- a/src/kmplayervdr.h
+++ b/src/kmplayervdr.h
@@ -77,8 +77,8 @@ public:
virtual bool hasLength ();
virtual bool isSeekable ();
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);