summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-02-16 07:27:03 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-02-16 07:27:03 (GMT)
commitfb3b82417036231e25732033a84f70076eb7eb50 (patch)
tree6b43e15ec585ee81a05807db7044a2da02f9cf15 /Slimber/Qt
parentb5bdebeeba862e6d0f541d203fed3bd0bc5cef5d (diff)
downloadswift-fb3b82417036231e25732033a84f70076eb7eb50.zip
swift-fb3b82417036231e25732033a84f70076eb7eb50.tar.bz2
Fixed slimber compilation.
Diffstat (limited to 'Slimber/Qt')
-rw-r--r--Slimber/Qt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Slimber/Qt/main.cpp b/Slimber/Qt/main.cpp
index 7b58907..0971eca 100644
--- a/Slimber/Qt/main.cpp
+++ b/Slimber/Qt/main.cpp
@@ -16,7 +16,7 @@
int main(int argc, char* argv[]) {
QApplication app(argc, argv);
- QtEventLoop eventLoop;
+ Swift::QtEventLoop eventLoop;
QCoreApplication::setApplicationName("Slimber");
QCoreApplication::setApplicationVersion(QString(buildVersion));