diff options
Diffstat (limited to 'kcontrol/tdeio/kenvvarproxydlg.cpp')
-rw-r--r-- | kcontrol/tdeio/kenvvarproxydlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/tdeio/kenvvarproxydlg.cpp b/kcontrol/tdeio/kenvvarproxydlg.cpp index 22accb4e9..e8d1c0e47 100644 --- a/kcontrol/tdeio/kenvvarproxydlg.cpp +++ b/kcontrol/tdeio/kenvvarproxydlg.cpp @@ -28,9 +28,9 @@ #include <tqpushbutton.h> #include <kdebug.h> -#include <klocale.h> +#include <tdelocale.h> #include <klineedit.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include "envvarproxy_ui.h" #include "kenvvarproxydlg.h" |