diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:07:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:07:46 -0600 |
commit | 4298fb9f3d8c0e68fdd6e1f36523f6509af56a17 (patch) | |
tree | a700a4af64a3727e5c77b5440777e18f54d94f28 /src/part/part.h | |
parent | 3b974934d9123068efc34d59b335263b91590a06 (diff) | |
download | filelight-4298fb9f3d8c0e68fdd6e1f36523f6509af56a17.tar.gz filelight-4298fb9f3d8c0e68fdd6e1f36523f6509af56a17.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/part/part.h')
-rw-r--r-- | src/part/part.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/part/part.h b/src/part/part.h index 809b133..2555ea7 100644 --- a/src/part/part.h +++ b/src/part/part.h @@ -4,9 +4,9 @@ #ifndef FILELIGHTPART_H #define FILELIGHTPART_H -#include <kparts/browserextension.h> -#include <kparts/statusbarextension.h> -#include <kparts/part.h> +#include <tdeparts/browserextension.h> +#include <tdeparts/statusbarextension.h> +#include <tdeparts/part.h> #include <kurl.h> class TDEAboutData; |