summaryrefslogtreecommitdiffstats
path: root/conduits/popmail
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-15 21:49:33 -0600
committerTimothy Pearson <[email protected]>2013-02-15 21:49:33 -0600
commit51cb17939cc986de61b7cce799076ee6ddcbf3b2 (patch)
tree30b6c628b25f1dece45df9dbb11bfd546dba5406 /conduits/popmail
parentcbf5d0cef8875e3a03b49338d42784e23f96b26d (diff)
downloadkpilot-51cb17939cc986de61b7cce799076ee6ddcbf3b2.tar.gz
kpilot-51cb17939cc986de61b7cce799076ee6ddcbf3b2.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'conduits/popmail')
-rw-r--r--conduits/popmail/popmail-conduit.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conduits/popmail/popmail-conduit.cc b/conduits/popmail/popmail-conduit.cc
index 8e277df..7193cd4 100644
--- a/conduits/popmail/popmail-conduit.cc
+++ b/conduits/popmail/popmail-conduit.cc
@@ -65,12 +65,12 @@ unsigned long version_conduit_popmail = Pilot::PLUGIN_API;
#include <tqtextcodec.h>
#include <tdeapplication.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <ksock.h>
#include <tdeconfig.h>
#include <ksimpleconfig.h>
#include <dcopclient.h>
-#include <ktempfile.h>
+#include <tdetempfile.h>
#include "pilotRecord.h"
#include "pilotSerialDatabase.h"