summaryrefslogtreecommitdiffstats
path: root/kdesktop/desktop.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:02:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:02:02 -0600
commitde7e5867a65e0a46f1388e3e50bc7eeddd1aecbf (patch)
treedbb3152c372f8620f9290137d461f3d9f9eba1cb /kdesktop/desktop.cc
parent936d3cec490c13f2c5f7dd14f5e364fddaa6da71 (diff)
downloadtdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.tar.gz
tdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kdesktop/desktop.cc')
-rw-r--r--kdesktop/desktop.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdesktop/desktop.cc b/kdesktop/desktop.cc
index 073a69a5a..07fbaf5cd 100644
--- a/kdesktop/desktop.cc
+++ b/kdesktop/desktop.cc
@@ -33,7 +33,7 @@
#include <kcolordrag.h>
#include <kurldrag.h>
#include <stdlib.h>
-#include <kio/job.h>
+#include <tdeio/job.h>
#include <tqfile.h>
#include <tqdir.h>
@@ -49,7 +49,7 @@
#include <kinputdialog.h>
#include <kipc.h>
#include <klocale.h>
-#include <kio/netaccess.h>
+#include <tdeio/netaccess.h>
#include <kprocess.h>
#include <tdesycoca.h>
#include <ktempfile.h>