diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:23:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:23:27 -0600 |
commit | c46f36d00839916c8b6cde8ed2ca54aeb40dba19 (patch) | |
tree | 990b3fd4f5a01a1a86b43d158686456eae2bdc44 /tdefilereplace/tdefilereplacepart.cpp | |
parent | 1e8f4c1ed6da13b851a7100e395d9243871c464d (diff) | |
download | tdewebdev-c46f36d00839916c8b6cde8ed2ca54aeb40dba19.tar.gz tdewebdev-c46f36d00839916c8b6cde8ed2ca54aeb40dba19.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'tdefilereplace/tdefilereplacepart.cpp')
-rw-r--r-- | tdefilereplace/tdefilereplacepart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdefilereplace/tdefilereplacepart.cpp b/tdefilereplace/tdefilereplacepart.cpp index 39126044..36f41cb8 100644 --- a/tdefilereplace/tdefilereplacepart.cpp +++ b/tdefilereplace/tdefilereplacepart.cpp @@ -24,7 +24,7 @@ #include <dcopref.h> #include <kaboutapplication.h> #include <kapplication.h> -#include <kaction.h> +#include <tdeaction.h> #include <kbugreport.h> #include <tdeconfig.h> #include <tdefiledialog.h> @@ -37,7 +37,7 @@ #include <kiconloader.h> #include <kglobal.h> #include <kiconeffect.h> -#include <klistview.h> +#include <tdelistview.h> #include <kuser.h> #include <kcombobox.h> #include <kguiitem.h> |