diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:51:43 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:51:43 -0600 |
| commit | 389eafdbc58b29246500ba26fea7a361e709b2bb (patch) | |
| tree | c95384356b798fe2b140a6cd82b22923d20dee06 /src/optionssimple.cpp | |
| parent | 0fde6f4f75a47dd290b9168c1984eec10afd1c84 (diff) | |
| download | soundkonverter-389eafdbc58b29246500ba26fea7a361e709b2bb.tar.gz soundkonverter-389eafdbc58b29246500ba26fea7a361e709b2bb.zip | |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/optionssimple.cpp')
| -rwxr-xr-x | src/optionssimple.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/optionssimple.cpp b/src/optionssimple.cpp index e6f6131..7824c3b 100755 --- a/src/optionssimple.cpp +++ b/src/optionssimple.cpp @@ -9,10 +9,10 @@ #include <tqstring.h> #include <tqtooltip.h> -#include <klocale.h> +#include <tdelocale.h> #include <kcombobox.h> #include <kiconloader.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tdetoolbarbutton.h> //#include <kdebug.h> #include <kpushbutton.h> |
