diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-02-16 07:27:03 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-02-16 07:27:03 (GMT) |
commit | fb3b82417036231e25732033a84f70076eb7eb50 (patch) | |
tree | 6b43e15ec585ee81a05807db7044a2da02f9cf15 /Slimber/Qt/main.cpp | |
parent | b5bdebeeba862e6d0f541d203fed3bd0bc5cef5d (diff) | |
download | swift-contrib-fb3b82417036231e25732033a84f70076eb7eb50.zip swift-contrib-fb3b82417036231e25732033a84f70076eb7eb50.tar.bz2 |
Fixed slimber compilation.
Diffstat (limited to 'Slimber/Qt/main.cpp')
-rw-r--r-- | Slimber/Qt/main.cpp | 2 |
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)); |