diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:16:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:16:45 -0600 |
commit | 97f07a51d4e3acc6c957d278e24a96f48202dcdf (patch) | |
tree | 6eab4ccebc4ef7eef4ba6052b1c1dc014c6e7430 /src/wlassistant.cpp | |
parent | 8668a55e039a3b9b8fc39f55d15138a33ea87b22 (diff) | |
download | wlassistant-97f07a51d4e3acc6c957d278e24a96f48202dcdf.tar.gz wlassistant-97f07a51d4e3acc6c957d278e24a96f48202dcdf.zip |
Rename many classes and 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 78ae1e3..2187bde 100644 --- a/src/wlassistant.cpp +++ b/src/wlassistant.cpp @@ -40,11 +40,11 @@ #include <kpushbutton.h> #include <kcombobox.h> -#include <klistview.h> +#include <tdelistview.h> #include <kapplication.h> #include <kiconloader.h> #include <kmessagebox.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <klocale.h> #include <kstandarddirs.h> |