diff options
Diffstat (limited to 'src/graphwidget.cpp')
-rw-r--r-- | src/graphwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphwidget.cpp b/src/graphwidget.cpp index 2481f59..7805ec4 100644 --- a/src/graphwidget.cpp +++ b/src/graphwidget.cpp @@ -30,8 +30,8 @@ #include <ntqfile.h> #include <ntqpainter.h> #include <ntqtooltip.h> -#include <klocale.h> -#include <kmessagebox.h> +#include <tdelocale.h> +#include <tdemessagebox.h> #include "graphwidget.h" #include "graphnode.h" #include "graphedge.h" |