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.cpp | |
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.cpp')
-rw-r--r-- | src/part/part.cpp | 2 |
1 files changed, 1 insertions, 1 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() |