summaryrefslogtreecommitdiffstats
path: root/examples/widgets/elidedlabel/main.cpp
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2011-06-01 15:55:15 +0200
committerJørgen Lind <jorgen.lind@nokia.com>2011-06-01 15:55:15 +0200
commitd47246a7c63e1f9e2497113f220dc3e18186bf25 (patch)
treeeecc6b8b212e49148fcd50bbd14a72171ec9dd91 /examples/widgets/elidedlabel/main.cpp
parent00ef07fe96f51cb309469454592daf5d4a92eb4b (diff)
Compile fix
Diffstat (limited to 'examples/widgets/elidedlabel/main.cpp')
-rw-r--r--examples/widgets/elidedlabel/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/elidedlabel/main.cpp b/examples/widgets/elidedlabel/main.cpp
index 1346d25e24..a7c6f3d0f5 100644
--- a/examples/widgets/elidedlabel/main.cpp
+++ b/examples/widgets/elidedlabel/main.cpp
@@ -1,6 +1,6 @@
#include "testwidget.h"
-#include <QtGui/QApplication>
+#include <QtWidgets/QApplication>
//! [0]
int main( int argc, char *argv[] )