~ubuntu-branches/ubuntu/saucy/quassel/saucy-proposed

« back to all changes in this revision

Viewing changes to src/core/ctcphandler.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-02-17 12:49:50 UTC
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: james.westby@ubuntu.com-20100217124950-v9hajw5d2xa6fszn
Tags: upstream-0.6~beta1
ImportĀ upstreamĀ versionĀ 0.6~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/***************************************************************************
2
 
 *   Copyright (C) 2005-09 by the Quassel Project                          *
 
2
 *   Copyright (C) 2005-10 by the Quassel Project                          *
3
3
 *   devel@quassel-irc.org                                                 *
4
4
 *                                                                         *
5
5
 *   This program is free software; you can redistribute it and/or modify  *
24
24
#include <QHash>
25
25
#include <QStringList>
26
26
 
27
 
#include "basichandler.h"
 
27
#include "corebasichandler.h"
28
28
 
29
29
class CoreListIgnoreListManager;
30
30
 
31
 
class CtcpHandler : public BasicHandler {
 
31
class CtcpHandler : public CoreBasicHandler {
32
32
  Q_OBJECT
33
33
 
34
34
public: