summaryrefslogtreecommitdiffstats
path: root/kfax/kfax.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:03:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:03:37 -0600
commit2e25fa39cd67cca2472d3eabdb478feb517d72a5 (patch)
tree63725962f632d152cbf20709191d39f6fc865966 /kfax/kfax.cpp
parent190d88dfc662f3fc466c9d1f53acbbea65f33c49 (diff)
downloadtdegraphics-2e25fa39cd67cca2472d3eabdb478feb517d72a5.tar.gz
tdegraphics-2e25fa39cd67cca2472d3eabdb478feb517d72a5.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kfax/kfax.cpp')
-rw-r--r--kfax/kfax.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kfax/kfax.cpp b/kfax/kfax.cpp
index f77c281f..9e3479c1 100644
--- a/kfax/kfax.cpp
+++ b/kfax/kfax.cpp
@@ -43,14 +43,14 @@
#include <kaboutdata.h>
#include <kstandarddirs.h>
#include <kiconloader.h>
-#include <kfiledialog.h>
-#include <kfilemetainfo.h>
+#include <tdefiledialog.h>
+#include <tdefilemetainfo.h>
#include <kstdaccel.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kmenubar.h>
#include <kmessagebox.h>
#include <kcmdlineargs.h>
-#include <kio/netaccess.h>
+#include <tdeio/netaccess.h>
#include <knotifyclient.h>
#include <ktempfile.h>
#include <kstdaction.h>
@@ -60,7 +60,7 @@
#include <kaction.h>
#include <kprocess.h>
#include <kprinter.h>
-#include <kio/job.h>
+#include <tdeio/job.h>
#include <kdebug.h>
#include "faxexpand.h"