Skip to content
Snippets Groups Projects
Commit 09082fba authored by Mathieu Leduc-Hamel's avatar Mathieu Leduc-Hamel
Browse files

[#2838] Fix compilation with qt4.6 and make sure nothing is broken for older releases

parent b07aec57
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <unistd.h>
#include "AccountWizard.h"
#include <QVBoxLayout>
#include <QFormLayout>
......
......@@ -21,6 +21,7 @@
#include "SFLPhone.h"
#include <unistd.h>
#include <KApplication>
#include <KStandardAction>
#include <KMenuBar>
......
#include <unistd.h>
#include <QApplication>
#include <QtCore/QString>
#include <QtGui/QMenu>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment