diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:54:06 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:54:06 -0600 |
commit | 71049a71c6648791e95cf421b19047415a2c4c84 (patch) | |
tree | 4f75fdaee1cce5a44f58f1f54980099f50a82b10 /konq-plugins/fsview/fsview_part.cpp | |
parent | 6fe537d6dff11f4c638c51ed1f652765b63f8591 (diff) | |
download | tdeaddons-71049a71c6648791e95cf421b19047415a2c4c84.tar.gz tdeaddons-71049a71c6648791e95cf421b19047415a2c4c84.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'konq-plugins/fsview/fsview_part.cpp')
-rw-r--r-- | konq-plugins/fsview/fsview_part.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/konq-plugins/fsview/fsview_part.cpp b/konq-plugins/fsview/fsview_part.cpp index 4f76c7c..bbfe98a 100644 --- a/konq-plugins/fsview/fsview_part.cpp +++ b/konq-plugins/fsview/fsview_part.cpp @@ -30,13 +30,13 @@ #include <tdeparts/genericfactory.h> #include <tdeapplication.h> #include <tdeaboutdata.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdeaction.h> #include <tdepopupmenu.h> -#include <kglobalsettings.h> +#include <tdeglobalsettings.h> #include <kprotocolinfo.h> #include <tdeio/job.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> // from tdebase/libkonq... #include <konq_operations.h> |