~ubuntu-branches/ubuntu/gutsy/kde4libs/gutsy

« back to all changes in this revision

Viewing changes to kdecore/network/ksocketdevice.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-02-21 11:00:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070221110012-6kw8khr9knv6lmg1
Tags: 3.80.3-0ubuntu1
New upstream unstable release

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#ifndef KSOCKETDEVICE_H
26
26
#define KSOCKETDEVICE_H
27
27
 
28
 
#include <QSocketNotifier>
 
28
#include <QtCore/QSocketNotifier>
29
29
#include "ksocketbase.h"
30
30
 
31
31
namespace KNetwork {
319
319
   *
320
320
   * @param parent      the parent, if any
321
321
   */
322
 
  KSocketDevice(bool, const KSocketBase* parent = 0L);
 
322
  explicit KSocketDevice(bool, const KSocketBase* parent = 0L);
323
323
 
324
324
  /**
325
325
   * Creates a socket notifier of the given type.