Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
KFind
Commits
758cb9b4
Commit
758cb9b4
authored
Jun 17, 2017
by
Laurent Montel
😁
Browse files
Update copyright
parent
50aec81c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
758cb9b4
...
...
@@ -33,15 +33,15 @@
int
main
(
int
argc
,
char
**
argv
)
{
QApplication
app
(
argc
,
argv
);
Kdelibs4ConfigMigrator
migrate
(
QStringLiteral
(
"kfind"
));
migrate
.
setConfigFiles
(
QStringList
()
<<
QStringLiteral
(
"kfindrc"
));
migrate
.
migrate
();
QApplication
app
(
argc
,
argv
);
KLocalizedString
::
setApplicationDomain
(
"kfind"
);
KAboutData
aboutData
(
QLatin1String
(
"kfind"
),
i18n
(
"KFind"
),
QLatin1String
(
KFIND_VERSION_STRING
),
i18n
(
"KDE file find utility"
),
KAboutLicense
::
GPL
,
i18n
(
"(c) 1998-201
6
, The KDE Developers"
));
i18n
(
"(c) 1998-201
7
, The KDE Developers"
));
aboutData
.
addAuthor
(
i18n
(
"Kai-Uwe Broulik"
),
i18n
(
"Current Maintainer"
),
QLatin1String
(
"kde@privat.broulik.de"
));
aboutData
.
addAuthor
(
i18n
(
"Eric Coquelle"
),
i18n
(
"Former Maintainer"
),
QLatin1String
(
"coquelle@caramail.com"
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment