diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:52:14 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:52:14 -0600 |
commit | 0176cdaaa172f66142d8fc35e87994eb446e7b26 (patch) | |
tree | e9ddf477dfe1ec8df5bfd4aeef7526bb9bee8e26 /src/wlassistant.cpp | |
parent | aa327aa7804520a6f97a449e1b11d5a8be2f7826 (diff) | |
download | wlassistant-0176cdaaa172f66142d8fc35e87994eb446e7b26.tar.gz wlassistant-0176cdaaa172f66142d8fc35e87994eb446e7b26.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/wlassistant.cpp')
-rw-r--r-- | src/wlassistant.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wlassistant.cpp b/src/wlassistant.cpp index b57df66..36e2964 100644 --- a/src/wlassistant.cpp +++ b/src/wlassistant.cpp @@ -43,9 +43,9 @@ #include <tdelistview.h> #include <tdeapplication.h> #include <kiconloader.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tdepopupmenu.h> -#include <klocale.h> +#include <tdelocale.h> #include <kstandarddirs.h> WirelessAssistant::WirelessAssistant(TQWidget* parent, const char* name, bool modal, WFlags fl) |