diff options
Diffstat (limited to 'Swift/QtUI/QtViewHistoryWindow.h')
-rw-r--r-- | Swift/QtUI/QtViewHistoryWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/QtViewHistoryWindow.h b/Swift/QtUI/QtViewHistoryWindow.h index 2d1ca57..00f33b4 100644 --- a/Swift/QtUI/QtViewHistoryWindow.h +++ b/Swift/QtUI/QtViewHistoryWindow.h @@ -11,6 +11,7 @@ #include <Swift/Controllers/UIInterfaces/ViewHistoryWindow.h> #include <Swiften/JID/JID.h> +#include <Swift/QtUI/ui_QtViewHistoryWindow.h> namespace Swift { class QtViewHistoryWindow : public QWidget, public ViewHistoryWindow { @@ -21,6 +22,7 @@ namespace Swift { void setEnabled(bool enabled); private: + Ui::QtViewHistoryWindow ui; JID jid_; }; } |