~ubuntu-branches/debian/experimental/kopete/experimental

« back to all changes in this revision

Viewing changes to libkopete/kopetecommandhandler.h

  • Committer: Package Import Robot
  • Author(s): Maximiliano Curia
  • Date: 2015-02-24 11:32:57 UTC
  • mfrom: (1.1.41 vivid)
  • Revision ID: package-import@ubuntu.com-20150224113257-gnupg4v7lzz18ij0
Tags: 4:14.12.2-1
* New upstream release (14.12.2).
* Bump Standards-Version to 3.9.6, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include <QtCore/QMultiHash>
21
21
 
22
22
#include <kshortcut.h>
 
23
#include <kprocess.h>
23
24
#include "kopetemessage.h"
24
25
 
25
26
#include "kopete_export.h"
26
27
 
27
 
class K3Process;
28
 
 
29
28
struct CommandHandlerPrivate;
30
29
 
31
30
class KopeteView;
183
182
        private slots:
184
183
                void slotPluginLoaded( Kopete::Plugin * );
185
184
                void slotPluginDestroyed( QObject * );
186
 
                void slotExecReturnedData(K3Process *proc, char *buff, int bufflen );
187
 
                void slotExecFinished(K3Process *proc);
 
185
                void slotExecError( QProcess::ProcessError error );
 
186
                void slotExecFinished();
 
187
                void slotExecSendMessage( KProcess *proc, const QString &buffer );
188
188
                void slotViewCreated( KopeteView *view );
189
189
 
190
190
                void slotHelpCommand( const QString & args, Kopete::ChatSession *manager );