diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:08:47 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:08:47 -0600 |
commit | c1305151d680bd6b0527f64e02cfd22a2ae26886 (patch) | |
tree | 7956da2275a9eb8d50963f00e32a478857e151a6 /src | |
parent | 14f926ae95798423608402b1d8bcfa94c3f6b5a8 (diff) | |
download | tdmtheme-c1305151d680bd6b0527f64e02cfd22a2ae26886.tar.gz tdmtheme-c1305151d680bd6b0527f64e02cfd22a2ae26886.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/tdmtheme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdmtheme.cpp b/src/tdmtheme.cpp index 68df9ef..e7d4e33 100644 --- a/src/tdmtheme.cpp +++ b/src/tdmtheme.cpp @@ -31,7 +31,7 @@ #include <ktar.h> #include <kurlrequester.h> #include <kurlrequesterdlg.h> -#include <kparts/genericfactory.h> +#include <tdeparts/genericfactory.h> #include <tqcheckbox.h> #include <tqdir.h> |