diff options
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> |