From 9e0effdc52a48f6ffe9ee04451b762c639fff688 Mon Sep 17 00:00:00 2001 From: Noldor Date: Thu, 16 Oct 2008 12:28:36 +0000 Subject: more works on objects module (locale stuff+some fixes+code clean) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2742 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/objects/class_process.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/modules/objects/class_process.h') diff --git a/src/modules/objects/class_process.h b/src/modules/objects/class_process.h index f9133a943..9ace08789 100644 --- a/src/modules/objects/class_process.h +++ b/src/modules/objects/class_process.h @@ -45,20 +45,20 @@ private: QStringList args; public: - bool functionaddArgument(KviKvsObjectFunctionCall *c); - bool functionstartProcess(KviKvsObjectFunctionCall *c); - bool functionreadStdout(KviKvsObjectFunctionCall *c); - bool functionreadStderr(KviKvsObjectFunctionCall *c); - bool functionwriteToStdin(KviKvsObjectFunctionCall *c); - bool functionclosekill(KviKvsObjectFunctionCall *c); - bool functioncloseStdin(KviKvsObjectFunctionCall *c); - bool functionkill(KviKvsObjectFunctionCall *c); - bool functiontryTerminate(KviKvsObjectFunctionCall *c); - bool functionnormalExit(KviKvsObjectFunctionCall *c); - bool functionisRunning(KviKvsObjectFunctionCall *c); + bool addArgument(KviKvsObjectFunctionCall *c); + bool startProcess(KviKvsObjectFunctionCall *c); + bool readStdout(KviKvsObjectFunctionCall *c); + bool readStderr(KviKvsObjectFunctionCall *c); + bool writeToStdin(KviKvsObjectFunctionCall *c); + bool closekill(KviKvsObjectFunctionCall *c); + bool closeStdin(KviKvsObjectFunctionCall *c); + bool kill(KviKvsObjectFunctionCall *c); + bool tryTerminate(KviKvsObjectFunctionCall *c); + bool normalExit(KviKvsObjectFunctionCall *c); + bool isRunning(KviKvsObjectFunctionCall *c); - bool functionreadyReadStdoutEvent(KviKvsObjectFunctionCall *c); - bool functionreadyReadStderrEvent(KviKvsObjectFunctionCall *c); + bool readyReadStdoutEvent(KviKvsObjectFunctionCall *c); + bool readyReadStderrEvent(KviKvsObjectFunctionCall *c); protected slots: void slotReadStdout(); -- cgit v1.3.1-10-gc9f91