Fix FTBFS with clang

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ec6378cdd8)
pull/38/head
Slávek Banko 10 years ago
parent 86e9e2420c
commit 6b20cfb7f0

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

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

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

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

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

Loading…
Cancel
Save