This was quite an exciting issue: It shouldn't compile. It's a bug in the code introduced when the mainwindow was transferred from inheriting a KTabWidget to just using one.
However - in the latest code (KDE 4.6 +) of ktabwidget.h the call to QTabBar::tabBar() was exposed in the line using QTabBar::tabBar; Therefore it compiles with anything KDE4.6+ thanks to a hidden 'feature' in KTabWidget. A proper fix means rewriting a medium amount of code, or we could depend on KDE4.6, or just drop the code (it's only used for closing tabs when middle clicked) For now simply comment out lines 55/56 of app/chatwindow.cpp, it's not for a particularly important feature. Dave
_______________________________________________ KDE-Telepathy mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-telepathy
