diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:51:38 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:51:38 -0600 |
commit | 2f56d1e427efea53bbd24132100bbeadfae03277 (patch) | |
tree | 3c37dca4917301736605a8ee507a61baa6a42812 /plugin | |
parent | e8d9e8424504dac5aed9cc60b3cd565a0494fd29 (diff) | |
download | smb4k-2f56d1e427efea53bbd24132100bbeadfae03277.tar.gz smb4k-2f56d1e427efea53bbd24132100bbeadfae03277.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/smb4k_konqplugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/smb4k_konqplugin.cpp b/plugin/smb4k_konqplugin.cpp index 6aa1152..ae24773 100644 --- a/plugin/smb4k_konqplugin.cpp +++ b/plugin/smb4k_konqplugin.cpp @@ -37,9 +37,9 @@ // KDE includes #include <klibloader.h> #include <kinstance.h> -#include <klocale.h> +#include <tdelocale.h> #include <kiconloader.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kdialogbase.h> #include <kcombobox.h> #include <tdetoolbarbutton.h> |