Merging from old trunk:
r614585 | dfaure | 2006-12-18 12:18:32 +0100 (Mon, 18 Dec 2006) | 2 lines Many files were using KGlobal via the "#include <kglobal.h>" in kguiitem.h. Removed that include -> added many includes in the code. svn path=/trunk/KDE/kdebase/workspace/; revision=659485
This commit is contained in:
parent
3ef7eb5637
commit
d908454754
1 changed files with 1 additions and 0 deletions
1
main.cpp
1
main.cpp
|
@ -14,6 +14,7 @@ License. See the file "COPYING" for the exact licensing terms.
|
|||
|
||||
#include "main.h"
|
||||
|
||||
#include <kglobal.h>
|
||||
#include <klocale.h>
|
||||
#include <stdlib.h>
|
||||
#include <kcmdlineargs.h>
|
||||
|
|
Loading…
Reference in a new issue