diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-18 12:53:09 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-18 12:53:09 +0000 |
| commit | dbe6f44a5394a2a0c0d4544e1968653c1d5b012d (patch) | |
| tree | 8ec4285558ef050ba5670fbbe9f1ca7fa214433d /examples/GuiClient/mainDialog.cpp | |
| parent | 112ec0089aee28c99b20fd3a8c4f1dbe9a03b38a (diff) | |
| download | qxmpp-dbe6f44a5394a2a0c0d4544e1968653c1d5b012d.tar.gz | |
remove unnecessary includes
Diffstat (limited to 'examples/GuiClient/mainDialog.cpp')
| -rw-r--r-- | examples/GuiClient/mainDialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/GuiClient/mainDialog.cpp b/examples/GuiClient/mainDialog.cpp index 623146c9..17351ee7 100644 --- a/examples/GuiClient/mainDialog.cpp +++ b/examples/GuiClient/mainDialog.cpp @@ -28,6 +28,7 @@ #include "utils.h" #include "profileDialog.h" #include "aboutDialog.h" +#include "chatDialog.h" #include "QXmppRosterManager.h" #include "QXmppPresence.h" @@ -45,6 +46,7 @@ #include <QCompleter> #include <QInputDialog> #include <QMessageBox> +#include <QKeyEvent> mainDialog::mainDialog(QWidget *parent): QDialog(parent, Qt::Window), |
