1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 15:51:18 -07:00

Compile TubesConnectionDialog only if we are building with telepathy support.

svn path=/trunk/KDE/kdenetwork/krfb/; revision=1196673
This commit is contained in:
George Kiagiadakis
2010-11-13 21:16:48 +00:00
parent 19699557db
commit 14525564ac

View File

@@ -69,6 +69,8 @@ void InvitationsConnectionDialog::setRemoteHost(const QString &host)
//**********
#ifdef KRFB_WITH_TELEPATHY_TUBES
TubesConnectionDialog::TubesConnectionDialog(QWidget *parent)
: ConnectionDialog<Ui::TubesConnectionWidget>(parent)
{
@@ -81,4 +83,6 @@ void TubesConnectionDialog::setContactName(const QString & name)
m_ui.mainTextLabel->setText(txt);
}
#endif // KRFB_WITH_TELEPATHY_TUBES
#include "connectiondialog.moc"