diff options
author | Kevin Smith <git@kismith.co.uk> | 2009-06-16 21:27:44 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2009-06-16 21:27:44 (GMT) |
commit | f1c690a5352ee77282bbbd145a3fe0137aceb160 (patch) | |
tree | ee54e5a269295f3010f906097efbf0e3a9ce8dd3 /Swift/QtUI/QtChatWindow.h | |
parent | a2e0cf9108081663607706f661f411a5fcf86e1d (diff) | |
parent | 73fa400641352d2f397b2e4a8589bf6ce80c7beb (diff) | |
download | swift-contrib-f1c690a5352ee77282bbbd145a3fe0137aceb160.zip swift-contrib-f1c690a5352ee77282bbbd145a3fe0137aceb160.tar.bz2 |
Merge branch 'tabs'
Diffstat (limited to 'Swift/QtUI/QtChatWindow.h')
-rw-r--r-- | Swift/QtUI/QtChatWindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/QtChatWindow.h b/Swift/QtUI/QtChatWindow.h index 8b830d1..e0c7f5d 100644 --- a/Swift/QtUI/QtChatWindow.h +++ b/Swift/QtUI/QtChatWindow.h @@ -3,7 +3,7 @@ #include "Swift/Controllers/ChatWindow.h" -#include <QWidget> +#include "QtTabbable.h" class QTextEdit; class QLineEdit; @@ -14,7 +14,7 @@ namespace Swift { class QtTreeWidget; class QtTreeWidgetFactory; class TreeWidget; - class QtChatWindow : public QWidget, public ChatWindow { + class QtChatWindow : public QtTabbable, public ChatWindow { Q_OBJECT public: QtChatWindow(const QString &contact, QtTreeWidgetFactory* treeWidgetFactory); |