Fix FTBFS with clang

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 9 years ago
parent 82dd739ceb
commit ec6378cdd8

@ -40,7 +40,7 @@
static const int BoxSize = 16;
QMultiCheckListItem::QMultiCheckListItem( TQListView *parent=0) :
QMultiCheckListItem::QMultiCheckListItem( TQListView *parent) :
TQListViewItem(parent) {
}

@ -14,14 +14,14 @@
*************************************************************************
*/
#include "kopeteproperties.h"
#include <kdebug.h>
#include <tqdom.h>
#include <tqvariant.h>
#include <typeinfo>
#include "kopeteproperties.h"
namespace Kopete {
namespace Properties {

@ -23,10 +23,10 @@
#include "kopetelistviewitem.h"
#include "kopete_export.h"
class Kopete::MetaContact;
namespace Kopete
{
class MetaContact;
namespace UI
{

@ -16,6 +16,7 @@
#include <arpa/inet.h>
#include <netdb.h>
#include <sys/socket.h>
#include <tqradiobutton.h>

@ -23,7 +23,9 @@
//#include <tqtimer.h>
#include "tlshandler.h"
class TQCA::TLS;
namespace TQCA {
class TLS;
}
class TQCATLSHandler : public TLSHandler
{

Loading…
Cancel
Save