KDEXLib.cxx (557fdb96) KDEXLib.cxx (7b4f4066)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 4 unchanged lines hidden (view full) ---

13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 4 unchanged lines hidden (view full) ---

13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21/* $Id$ */
21
22
22
23
24#include <vos/process.hxx>
25
26#include "VCLKDEApplication.hxx"
27
28#define Region QtXRegion
29
30#include <kapplication.h>
31#include <klocale.h>

--- 40 unchanged lines hidden (view full) ---

72{
73 SalI18N_InputMethod* pInputMethod = new SalI18N_InputMethod;
74 pInputMethod->SetLocale();
75 XrmInitialize();
76
77 KAboutData *kAboutData = new KAboutData("OpenOffice",
78 "kdelibs4",
79 ki18n( "Apache OpenOffice" ),
23#include <vos/process.hxx>
24
25#include "VCLKDEApplication.hxx"
26
27#define Region QtXRegion
28
29#include <kapplication.h>
30#include <klocale.h>

--- 40 unchanged lines hidden (view full) ---

71{
72 SalI18N_InputMethod* pInputMethod = new SalI18N_InputMethod;
73 pInputMethod->SetLocale();
74 XrmInitialize();
75
76 KAboutData *kAboutData = new KAboutData("OpenOffice",
77 "kdelibs4",
78 ki18n( "Apache OpenOffice" ),
80 "3.4.0",
79 "4.2.0",
81 ki18n( "Apache OpenOffice with KDE Native Widget Support." ),
82 KAboutData::License_File,
83 ki18n( "Joint Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Novell, Inc and Apache Software Foundation"),
84 ki18n( "Apache OpenOffice is an office suite.\n" ),
85 "http://openoffice.apache.org/",
80 ki18n( "Apache OpenOffice with KDE Native Widget Support." ),
81 KAboutData::License_File,
82 ki18n( "Joint Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Novell, Inc and Apache Software Foundation"),
83 ki18n( "Apache OpenOffice is an office suite.\n" ),
84 "http://openoffice.apache.org/",
86 "ooo-issues@incubator.apache.org" );
85 "issues@openoffice.apache.org" );
87
88 kAboutData->addAuthor( ki18n( "Jan Holesovsky" ),
89 ki18n( "Original author and maintainer of the KDE NWF." ),
90 "kendy@artax.karlin.mff.cuni.cz",
91 "http://artax.karlin.mff.cuni.cz/~kendy" );
92 kAboutData->addAuthor( ki18n("Roman Shtylman"),
93 ki18n( "Porting to KDE 4." ),
94 "shtylman@gmail.com", "http://shtylman.com" );

--- 78 unchanged lines hidden ---
86
87 kAboutData->addAuthor( ki18n( "Jan Holesovsky" ),
88 ki18n( "Original author and maintainer of the KDE NWF." ),
89 "kendy@artax.karlin.mff.cuni.cz",
90 "http://artax.karlin.mff.cuni.cz/~kendy" );
91 kAboutData->addAuthor( ki18n("Roman Shtylman"),
92 ki18n( "Porting to KDE 4." ),
93 "shtylman@gmail.com", "http://shtylman.com" );

--- 78 unchanged lines hidden ---