diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:51:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:51:10 -0600 |
commit | 3fb9fe1123909b59dcaf2ff3bffe229abe2a0000 (patch) | |
tree | 18e3760967e7c88d2c565e3decf46f073b48e97a /src/mainwidget.cpp | |
parent | 35b94200603bd8a48262c8a3899e603d68acaab6 (diff) | |
download | potracegui-3fb9fe1123909b59dcaf2ff3bffe229abe2a0000.tar.gz potracegui-3fb9fe1123909b59dcaf2ff3bffe229abe2a0000.zip |
Rename additional header files 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 7762784..19833ee 100644 --- a/src/mainwidget.cpp +++ b/src/mainwidget.cpp @@ -37,12 +37,12 @@ #include <tdefiledialog.h> #include <kimageio.h> #include <tdeio/netaccess.h> -#include <klocale.h> +#include <tdelocale.h> #include <knuminput.h> #include <kcombobox.h> #include <kcolorbutton.h> #include <kpushbutton.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <cstdlib> #include <fstream> |