Fix prior commit

pull/16/head
Timothy Pearson 11 years ago
parent 7427e43835
commit bdcd4fdc16

@ -26,7 +26,7 @@ install( FILES
kstreamsocket.h kserversocket.h kdatagramsocket.h
tdemulticastsocketdevice.h tdemulticastsocket.h
knetworkinterface.h khttpproxysocketdevice.h
ksockssocketdevice.h kbufferedsocket.h kiobuffer.h
ksockssocketdevice.h kbufferedsocket.h tdeiobuffer.h
DESTINATION ${INCLUDE_INSTALL_DIR} )

@ -44,7 +44,7 @@ include_HEADERS = kresolver.h \
khttpproxysocketdevice.h \
ksockssocketdevice.h \
kbufferedsocket.h \
kiobuffer.h
tdeiobuffer.h
noinst_HEADERS = kresolver_p.h \
kresolverworkerbase.h \
kresolverstandardworkers_p.h \

@ -32,7 +32,7 @@
class TQIODevice;
/**
* @class TDEIOBufferBase kiobuffer.h kiobuffer.h
* @class TDEIOBufferBase tdeiobuffer.h tdeiobuffer.h
* @brief base for I/O buffer implementation
*
* This class declares the base methods to interface with an I/O buffer.

@ -28,7 +28,7 @@
#include <tqmutex.h>
#include <tqcstring.h>
#include <tqvaluelist.h>
#include "kiobuffer.h"
#include "tdeiobuffer.h"
namespace KNetwork {

Loading…
Cancel
Save