summaryrefslogtreecommitdiffstats
path: root/hyperui/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hyperui/main.cpp')
-rw-r--r--hyperui/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperui/main.cpp b/hyperui/main.cpp
index 0d20181..ee4324e 100644
--- a/hyperui/main.cpp
+++ b/hyperui/main.cpp
@@ -55,7 +55,7 @@ int main(int argc, char **argv)
QGraphicsScene scene;
QGraphicsView view(&scene);
- view.setWindowTitle(QObject::tr("Hiper UI"));
+ view.setWindowTitle(QObject::tr("Hyper UI"));
view.setFrameShape(QFrame::NoFrame);
view.setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
view.setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);