diff options
Diffstat (limited to 'src/languages/gpasm.cpp')
-rw-r--r-- | src/languages/gpasm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/languages/gpasm.cpp b/src/languages/gpasm.cpp index 1da7355..92dc0db 100644 --- a/src/languages/gpasm.cpp +++ b/src/languages/gpasm.cpp @@ -15,8 +15,8 @@ #include "languagemanager.h" #include "src/core/ktlconfig.h" -#include <klocale.h> -#include <kmessagebox.h> +#include <tdelocale.h> +#include <tdemessagebox.h> #include <kprocess.h> #include <tqregexp.h> |