Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Games
KSnakeDuel
Commits
e0d7ca3a
Commit
e0d7ca3a
authored
May 09, 2002
by
Lukáš Tinkl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
insertLibkdegamesCatalogue();
svn path=/trunk/kdegames/ktron/; revision=154597
parent
98c0c0e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
main.cpp
main.cpp
+3
-1
No files found.
main.cpp
View file @
e0d7ca3a
...
...
@@ -23,6 +23,7 @@
#include <kimageio.h>
#include <kfiledialog.h>
#include <klocale.h>
#include <kglobal.h>
#include <kcmdlineargs.h>
#include <kaboutdata.h>
...
...
@@ -43,7 +44,8 @@ int main(int argc, char* argv[])
KCmdLineArgs
::
init
(
argc
,
argv
,
&
aboutData
);
KApplication
a
;
KApplication
a
;
KGlobal
::
locale
()
->
insertCatalogue
(
"libkdegames"
);
// used for loading background pixmaps
KImageIO
::
registerFormats
();
...
...
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