diff options
Diffstat (limited to 'qtinterface/tqtabbar.cpp')
-rw-r--r-- | qtinterface/tqtabbar.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qtinterface/tqtabbar.cpp b/qtinterface/tqtabbar.cpp index c3e6392..06e9f5a 100644 --- a/qtinterface/tqtabbar.cpp +++ b/qtinterface/tqtabbar.cpp @@ -21,3 +21,14 @@ Boston, MA 02110-1301, USA. #include <tqt.h> #include <tqtabbar.h> + +#ifdef USE_QT4 + +int QTabBar::tabAt(const int &pos) const { + #warning "tabAt(const int &pos) unimplemented!!!" + // FIXME + // What is the correct function to call here??? + //return tabAt(QPoint(pos)); +} + +#endif // USE_QT4
\ No newline at end of file |