┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2015-02-25 21:45:19 +0100
committerEmmanuel Pescosta <[email protected]>2015-02-25 21:46:49 +0100
commit8a7d9b6d2c308563397d13f5e9430334201620bb (patch)
tree7e31205601fc6fb623cb4a2d05278c5658179575 /src/main.cpp
parentaca62bee91684f0b4b8ebd603bfd102dbefb814a (diff)
Bump the Qt version to 5.4 and the KF5 version to 5.7
Added all required components Reviewed-By: David Edmundson
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index b8eb9a556..e8d6c2d29 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -41,7 +41,7 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv)
app.setWindowIcon(QIcon::fromTheme("system-file-manager"));
- KAboutData aboutData("dolphin", i18n("Dolphin"), "4.60",
+ KAboutData aboutData("dolphin", i18n("Dolphin"), "14.12.95",
i18nc("@title", "File Manager"),
KAboutLicense::GPL,
i18nc("@info:credit", "(C) 2006-2014 Peter Penz, Frank Reininghaus, and Emmanuel Pescosta"));