diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:07:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:07:46 -0600 |
commit | 4298fb9f3d8c0e68fdd6e1f36523f6509af56a17 (patch) | |
tree | a700a4af64a3727e5c77b5440777e18f54d94f28 /src/part | |
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')
-rw-r--r-- | src/part/part.cpp | 2 | ||||
-rw-r--r-- | src/part/part.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/part/part.cpp b/src/part/part.cpp index b519044..609da9a 100644 --- a/src/part/part.cpp +++ b/src/part/part.cpp @@ -17,7 +17,7 @@ #include <klocale.h> #include <kmessagebox.h> //::start() //#include <konq_operations.h> -#include <kparts/genericfactory.h> +#include <tdeparts/genericfactory.h> #include <kstatusbar.h> #include <kstdaction.h> #include <tqfile.h> //encodeName() 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; |