diff options
Diffstat (limited to 'chalk/plugins/tools/tool_selectsimilar/selectsimilar.cc')
-rw-r--r-- | chalk/plugins/tools/tool_selectsimilar/selectsimilar.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chalk/plugins/tools/tool_selectsimilar/selectsimilar.cc b/chalk/plugins/tools/tool_selectsimilar/selectsimilar.cc index 95c315d8..af807017 100644 --- a/chalk/plugins/tools/tool_selectsimilar/selectsimilar.cc +++ b/chalk/plugins/tools/tool_selectsimilar/selectsimilar.cc @@ -24,12 +24,12 @@ #include <tqslider.h> #include <tqpoint.h> -#include <klocale.h> +#include <tdelocale.h> #include <kiconloader.h> #include <kinstance.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kstandarddirs.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <kdebug.h> #include <kgenericfactory.h> |