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