1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-05 17:38:38 +00:00

Remove not necessary include

svn path=/trunk/KDE/kdenetwork/krfb/; revision=656734
This commit is contained in:
Laurent Montel 2007-04-22 08:42:25 +00:00
parent ed0efd6c64
commit 77dc9c5560
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
#include <QLabel>
#include <QPushButton>
#include <QToolTip>
#include <QCursor>
InviteDialog::InviteDialog( QWidget *parent )

View File

@ -16,7 +16,7 @@
#include "krfbserver.h"
#include <QWidget>
#include <QToolTip>
#include <QCursor>
#include <QDateTime>

View File

@ -26,7 +26,7 @@
#include <klocale.h>
#include <KStandardDirs>
#include <QToolTip>
#include <QNetworkInterface>
PersonalInviteDialog::PersonalInviteDialog( QWidget *parent )