summaryrefslogtreecommitdiffstats
path: root/kbarcode/batchwizard.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:45:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:45:27 -0600
commitebb2daa173944aa416d4f4b34cad2cfe18953b2e (patch)
tree158fc0a7eff01dcafacdcccfffa3b26ab9b181b9 /kbarcode/batchwizard.cpp
parent6fb88df585cc98ddb523ad53ee56841703e2ed2b (diff)
downloadkbarcode-ebb2daa173944aa416d4f4b34cad2cfe18953b2e.tar.gz
kbarcode-ebb2daa173944aa416d4f4b34cad2cfe18953b2e.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kbarcode/batchwizard.cpp')
-rw-r--r--kbarcode/batchwizard.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kbarcode/batchwizard.cpp b/kbarcode/batchwizard.cpp
index 3c18d6b..ac83c55 100644
--- a/kbarcode/batchwizard.cpp
+++ b/kbarcode/batchwizard.cpp
@@ -43,10 +43,10 @@
#include <tqvbuttongroup.h>
#include <tqwidgetstack.h>
-#include <kabc/addressee.h>
-#include <kabc/addresseelist.h>
-#include <kabc/addressbook.h>
-#include <kabc/stdaddressbook.h>
+#include <tdeabc/addressee.h>
+#include <tdeabc/addresseelist.h>
+#include <tdeabc/addressbook.h>
+#include <tdeabc/stdaddressbook.h>
#include <tdeapplication.h>
#include <kcombobox.h>
#include <kcompletion.h>
@@ -56,7 +56,7 @@
#include <klineedit.h>
#include <tdelistbox.h>
#include <tdelistview.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <knuminput.h>
#include <tdepopupmenu.h>
#include <kpushbutton.h>