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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user