diff options
| author | Nicolas Fella <[email protected]> | 2021-03-28 17:11:36 +0200 |
|---|---|---|
| committer | Nicolas Fella <[email protected]> | 2021-03-28 17:11:36 +0200 |
| commit | 9e8e58147efe16449c7b3aa54db323dd09df95e7 (patch) | |
| tree | e5b2865c61f3047ca5e9c77829a59eb6384448cb /src/main.cpp | |
| parent | 6f134975ae0190e2729660289001b8d4051e523c (diff) | |
Port away from KInit
KInit is planned to go away
https://phabricator.kde.org/T14298
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index ef2905d77..fba45f43c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -37,7 +37,7 @@ #endif #include <iostream> -extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv) +int main(int argc, char **argv) { #ifndef Q_OS_WIN // Prohibit using sudo or kdesu (but allow using the root user directly) |
