diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:50:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:50:08 -0600 |
commit | 0586baf9aeaeaf767711de960b0e020696a3c126 (patch) | |
tree | b5e016c2c1b9608fa4f07964b11c27e0aab28aa1 /src | |
parent | 3c0a07f3b20b8bd5fe20b535b25f21cbd194f500 (diff) | |
download | kstreamripper-0586baf9aeaeaf767711de960b0e020696a3c126.tar.gz kstreamripper-0586baf9aeaeaf767711de960b0e020696a3c126.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/addnewstreamimpl.cpp | 2 | ||||
-rw-r--r-- | src/kstreamripper.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/addnewstreamimpl.cpp b/src/addnewstreamimpl.cpp index 5c0fc69..1fbbb1c 100644 --- a/src/addnewstreamimpl.cpp +++ b/src/addnewstreamimpl.cpp @@ -18,7 +18,7 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tqpushbutton.h> #include <tqlineedit.h> diff --git a/src/kstreamripper.cpp b/src/kstreamripper.cpp index 9e3e1d4..74842b1 100644 --- a/src/kstreamripper.cpp +++ b/src/kstreamripper.cpp @@ -20,7 +20,7 @@ #include <tdeconfig.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kled.h> #include <tdefiledialog.h> #include <tdeaboutapplication.h> @@ -37,7 +37,7 @@ #include <tqtextedit.h> #include <tqframe.h> #include <tqtimer.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kstandarddirs.h> #include <tdeversion.h> |