diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:53:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:53:16 -0600 |
commit | 0bb16222af363e31a5b825789203461556703bdd (patch) | |
tree | ff52756dbe25cd3e44e2fb79cd2ee4de2239dd51 /src/kmplayer_koffice_part.h | |
parent | f6107ad4646372ea0c8a517fbe91c0c2786513ea (diff) | |
download | kmplayer-0bb16222af363e31a5b825789203461556703bdd.tar.gz kmplayer-0bb16222af363e31a5b825789203461556703bdd.zip |
Rename KInstance and KAboutData 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 0c02984..0520d50 100644 --- a/src/kmplayer_koffice_part.h +++ b/src/kmplayer_koffice_part.h @@ -38,9 +38,9 @@ class KProcess; -class KAboutData; +class TDEAboutData; class KMPlayer; -class KInstance; +class TDEInstance; class KConfig; class TQIODevice; |