summaryrefslogtreecommitdiffstats
path: root/src/hiddensrvs.ui.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2013-07-27 17:13:06 +0200
committerSlávek Banko <[email protected]>2013-07-27 18:48:47 +0200
commita915aa74dc1acdd12de97f9d95a848b3b2a17abb (patch)
treef65d926875557195c5f6dd840a517e195eeda20e /src/hiddensrvs.ui.h
parent7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931 (diff)
downloadtork-a915aa74dc1acdd12de97f9d95a848b3b2a17abb.tar.gz
tork-a915aa74dc1acdd12de97f9d95a848b3b2a17abb.zip
Initial TDE conversion
Diffstat (limited to 'src/hiddensrvs.ui.h')
-rw-r--r--src/hiddensrvs.ui.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/hiddensrvs.ui.h b/src/hiddensrvs.ui.h
index fd2930a..e2c10aa 100644
--- a/src/hiddensrvs.ui.h
+++ b/src/hiddensrvs.ui.h
@@ -20,14 +20,14 @@
#include "torkconfig.h"
#include "tork.h"
#include "hidsrvwizard.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include <kdebug.h>
#include <ntqtooltip.h>
#include <ntqpopupmenu.h>
#include <kurl.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kprocio.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <cstdlib>
void MyHidden::init()
@@ -125,14 +125,14 @@ void MyHidden::startService_clicked()
<< "-h " << servicesList->currentItem()->text(3).section(":",0,0)
<< "-d " << servicesList->currentItem()->text(4);
- connect( thttpdproc, SIGNAL(processExited(KProcess *)),
- SLOT(thttpdprocExited(KProcess *)) );
+ connect( thttpdproc, SIGNAL(processExited(TDEProcess *)),
+ SLOT(thttpdprocExited(TDEProcess *)) );
thttpdproc->start(KProcIO::NotifyOnExit) ;
}
-void MyHidden::thttpdprocExited(KProcess *proc)
+void MyHidden::thttpdprocExited(TDEProcess *proc)
{
TQString caption;
TQString message;