diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:08:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:08:44 -0600 |
commit | 56c4d26d031cbe55a66c75c4506eccb23ff92b1c (patch) | |
tree | 06fd74a705eff4d92007c53058d4054e3b5bc3d2 /src/kdiff3_part.h | |
parent | bfd3620cd83f108b5f82d034ffb250748755dfd5 (diff) | |
download | kdiff3-56c4d26d031cbe55a66c75c4506eccb23ff92b1c.tar.gz kdiff3-56c4d26d031cbe55a66c75c4506eccb23ff92b1c.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/kdiff3_part.h')
-rw-r--r-- | src/kdiff3_part.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kdiff3_part.h b/src/kdiff3_part.h index 3d7e0ff..f529a7b 100644 --- a/src/kdiff3_part.h +++ b/src/kdiff3_part.h @@ -20,8 +20,8 @@ #ifndef _KDIFF3PART_H_ #define _KDIFF3PART_H_ -#include <kparts/part.h> -#include <kparts/factory.h> +#include <tdeparts/part.h> +#include <tdeparts/factory.h> class TQWidget; class TQPainter; |