SVN commit 1196673 by gkiagia: Compile TubesConnectionDialog only if we are building with telepathy support. M +4 -0 connectiondialog.cpp --- trunk/KDE/kdenetwork/krfb/krfb/connectiondialog.cpp #1196672:1196673 @@ -69,6 +69,8 @@ //********** +#ifdef KRFB_WITH_TELEPATHY_TUBES + TubesConnectionDialog::TubesConnectionDialog(QWidget *parent) : ConnectionDialog(parent) { @@ -81,4 +83,6 @@ m_ui.mainTextLabel->setText(txt); } +#endif // KRFB_WITH_TELEPATHY_TUBES + #include "connectiondialog.moc"