diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:56:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:56:15 -0600 |
commit | 542b8ae147236441cc55faf20f8af3ff3002ae61 (patch) | |
tree | 410b10619504acdd8f8618940968528a3b45d97c /src/mainwidget.cpp | |
parent | 3cbdc7886d184f106213feae7ebfb1a4015c7db0 (diff) | |
download | potracegui-542b8ae147236441cc55faf20f8af3ff3002ae61.tar.gz potracegui-542b8ae147236441cc55faf20f8af3ff3002ae61.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/mainwidget.cpp')
-rw-r--r-- | src/mainwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwidget.cpp b/src/mainwidget.cpp index 6a624a4..7762784 100644 --- a/src/mainwidget.cpp +++ b/src/mainwidget.cpp @@ -34,9 +34,9 @@ #include <tqglobal.h> #include <kurldrag.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kimageio.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <klocale.h> #include <knuminput.h> #include <kcombobox.h> |