summaryrefslogtreecommitdiffstats
path: root/lib/util/execcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/execcommand.cpp')
-rw-r--r--lib/util/execcommand.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/execcommand.cpp b/lib/util/execcommand.cpp
index d62cb2e7..fea82215 100644
--- a/lib/util/execcommand.cpp
+++ b/lib/util/execcommand.cpp
@@ -21,8 +21,8 @@
#include <kprocess.h>
#include <kprogress.h>
-#include <klocale.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdemessagebox.h>
ExecCommand::ExecCommand( const TQString& executable, const TQStringList& args,
const TQString& workingDir, const TQStringList& env,