Use tdeprocess.h

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/12/head
Michele Calgaro 3 months ago
parent f2f523e605
commit 495ade4a2a
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -51,7 +51,7 @@
<a name="l00029"></a>00029
<a name="l00030"></a>00030 <span class="comment">//KDE headers</span>
<a name="l00031"></a>00031 <span class="preprocessor">#include &lt;kcombobox.h&gt;</span>
<a name="l00032"></a>00032 <span class="preprocessor">#include &lt;kprocess.h&gt;</span>
<a name="l00032"></a>00032 <span class="preprocessor">#include &lt;tdeprocess.h&gt;</span>
<a name="l00033"></a>00033 <span class="preprocessor">#include &lt;kdebug.h&gt;</span>
<a name="l00034"></a>00034
<a name="l00035"></a>00035 <span class="comment">//KShowmail headers</span>

@ -29,7 +29,7 @@
//KDE headers
#include <kcombobox.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <kdebug.h>
//KShowmail headers

@ -29,7 +29,7 @@
#include <tdeapplication.h>
#include <tdefiledialog.h>
#include <kaudioplayer.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <tdemessagebox.h>
#include <kstandarddirs.h>

Loading…
Cancel
Save