Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 1a721e90d7ed9c4e71b633450322a910 > files > 1622

kdelibs-devel-doc-3.5.9-10mdv2008.1.x86_64.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">

<head>
  <title>kdecore: KAboutData Class Reference (kdecore)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  <meta http-equiv="Content-Style-Type" content="text/css" />

  <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "ICRAonline DE v2.0" l gen true for "http://www.kde.org"  r (nz 1 vz 1 lz 1 oz 1 cb 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://www.kde.org"  r (n 0 s 0 v 0 l 0))' />

  <meta name="trademark" content="KDE e.V." />
  <meta name="description" content="K Desktop Environment Homepage, KDE.org" />
  <meta name="MSSmartTagsPreventParsing" content="true" />
  <meta name="robots" content="all" />

  <link rel="shortcut icon" href="../../favicon.ico" />

<link rel="stylesheet" media="screen" type="text/css" title="APIDOX" href="doxygen.css" />



</head>

<body>

<div id="nav_header_top" align="right">
  <a href="#content" class="doNotDisplay" accesskey="2">Skip to main content ::</a>

  <a href="../.."><img id="nav_header_logo" alt="Home" align="left" src="../../kde_gear_64.png" border="0" /></a>
  <span class="doNotDisplay">::</span>

  <div id="nav_header_title" align="left">KDE API Reference</div>


</div>

<div id="nav_header_bottom" align="right">
  <span class="doNotDisplay">:: <a href="#navigation" accesskey="5">Skip to Link Menu</a><br/></span>
  <div id="nav_header_bottom_right" style="text-align: left;">
/ <a href="../..">API Reference</a>
 / <a href=".">kdecore</a>
  </div>
</div>


<table id="main" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
      <td valign="top" class="menuheader" height="0"></td>

  <td id="contentcolumn" valign="top" rowspan="2" >
    <div id="content" style="padding-top: 0px;"><div style="width:100%; margin: 0px; padding: 0px;">
    <a name="content"></a>


<!-- Generated by Doxygen 1.5.5 -->
<div class="contents">
<h1>KAboutData Class Reference</h1><!-- doxytag: class="KAboutData" --><code>#include &lt;<a class="el" href="kaboutdata_8h-source.html">kaboutdata.h</a>&gt;</code>
<p>

<p>
<a href="classKAboutData-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
This class is used to store information about a program. 
<p>
It can store such values as version number, program name, home page, email address for bug reporting, multiple authors and contributors (using <a class="el" href="classKAboutPerson.html" title="This structure is used to store information about a person or developer.">KAboutPerson</a>), license and copyright information.<p>
Currently, the values set here are shown by the "About" box (see <a class="elRef" doxygen="kdeui.tag:../../kdeui/html/" href="../../kdeui/html/classKAboutDialog.html">KAboutDialog</a>), used by the bug report dialog (see <a class="elRef" doxygen="kdeui.tag:../../kdeui/html/" href="../../kdeui/html/classKBugReport.html">KBugReport</a>), and by the help shown on command line (see <a class="el" href="classKCmdLineArgs.html" title="A class for command-line argument handling.">KCmdLineArgs</a>).<p>
Holds information needed by the "About" box and other classes. <dl class="author" compact><dt><b>Author:</b></dt><dd>Espen Sand (<a href="mailto:espen@kde.org">espen@kde.org</a>), David Faure (<a href="mailto:faure@kde.org">faure@kde.org</a>) </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8h-source.html#l00182">182</a> of file <a class="el" href="kaboutdata_8h-source.html">kaboutdata.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#d13a34bc3f0933630f931e0ae740ba81">LicenseKey</a> { <br>
&nbsp;&nbsp;<b>License_Custom</b> =  -2, 
<b>License_File</b> =  -1, 
<b>License_Unknown</b> =  0, 
<b>License_GPL</b> =  1, 
<br>
&nbsp;&nbsp;<b>License_GPL_V2</b> =  1, 
<b>License_LGPL</b> =  2, 
<b>License_LGPL_V2</b> =  2, 
<b>License_BSD</b> =  3, 
<br>
&nbsp;&nbsp;<b>License_Artistic</b> =  4, 
<b>License_QPL</b> =  5, 
<b>License_QPL_V1_0</b> =  5
<br>
 }</td></tr>

<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#ac7007ac4f51d73a6ff6432484106ab3">KAboutData</a> (const char *appName, const char *programName, const char *version, const char *shortDescription=0, int licenseType=License_Unknown, const char *copyrightStatement=0, const char *text=0, const char *homePageAddress=0, const char *bugsEmailAddress=&quot;submit@bugs.kde.org&quot;)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#e2f9bb811fde79df24df7b0d3fa0050f">addAuthor</a> (const char *name, const char *task=0, const char *emailAddress=0, const char *webAddress=0)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#a5219d6a8a827aabf662a6c47aa9ab7f">addCredit</a> (const char *name, const char *task=0, const char *emailAddress=0, const char *webAddress=0)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#1c3086d8e7b2a302f1f829da34316c0c">setTranslator</a> (const char *name, const char *emailAddress)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#f3334b4d8142482dd47f51e03dfcf276">setLicenseText</a> (const char *license)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#0240a3a829f8001adb1f4a08b7169742">setLicenseTextFile</a> (const <a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;file)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#14fd70c2a7eca42968ac106d5ff75978">setAppName</a> (const char *appName)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#f7ecf8825ab8ba6dd2d132c1fa488ee5">setProgramName</a> (const char *programName)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#0395ea0e1698fbb08f1ea259e0dadfd8">setProgramLogo</a> (const <a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qimage.html">QImage</a> &amp;image)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#9e7492926016166456cd2e557bb61cb1">setVersion</a> (const char *version)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#8276ad697c82baa403d9dcf2c1f100ad">setShortDescription</a> (const char *shortDescription)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#0a7edb51eab2b1adb074a094b7ee9e5d">setLicense</a> (<a class="el" href="classKAboutData.html#d13a34bc3f0933630f931e0ae740ba81">LicenseKey</a> licenseKey)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#22b1dc27a85cb191d1430a08242ce582">setCopyrightStatement</a> (const char *copyrightStatement)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#67afbf9a4822bee9b1ba058035b3e4aa">setOtherText</a> (const char *otherText)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#ad334369b509b9b3e547edcdf7e75cac">setHomepage</a> (const char *homepage)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#f297134abab9b4944faef49cc8ed2fa7">setBugAddress</a> (const char *bugAddress)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#c7c8fa2a39f64ebcc709726ad0e404bb">setProductName</a> (const char *name)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#0db0eed0123d1810656d6bd61fd2513f">appName</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#02c1bb2d2ea6f8a0b396d1968a0520a8">productName</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#fdea89f6be5283b6328fb141935b95af">programName</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c4f6a4bb7a7a7bafdbc9a67faf82faf3"></a><!-- doxytag: member="KAboutData::internalProgramName" ref="c4f6a4bb7a7a7bafdbc9a67faf82faf3" args="() const " -->
const char *&nbsp;</td><td class="memItemRight" valign="bottom"><b>internalProgramName</b> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="557029d127c0f4c257f43b27356092d9"></a><!-- doxytag: member="KAboutData::translateInternalProgramName" ref="557029d127c0f4c257f43b27356092d9" args="() const " -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>translateInternalProgramName</b> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qimage.html">QImage</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#09b843dcd0bcf9db6e064efc22c2eefa">programLogo</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#de9f99a1935620405c78c95757786391">version</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="531064a6a32c6720606ba2b5a7dd270c"></a><!-- doxytag: member="KAboutData::internalVersion" ref="531064a6a32c6720606ba2b5a7dd270c" args="() const " -->
const char *&nbsp;</td><td class="memItemRight" valign="bottom"><b>internalVersion</b> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#898dea27988f10206570e778a4d42fe0">shortDescription</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#01eeea3d2d373e3647ade83772b75170">homepage</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#ae353f5b138848c71a04b903171e4c3b">bugAddress</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4cf3c391ced79652c72dc268d6f15166"></a><!-- doxytag: member="KAboutData::internalBugAddress" ref="4cf3c391ced79652c72dc268d6f15166" args="() const " -->
const char *&nbsp;</td><td class="memItemRight" valign="bottom"><b>internalBugAddress</b> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qvaluelist.html">QValueList</a>&lt; <a class="el" href="classKAboutPerson.html">KAboutPerson</a> &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#7e4da947479cb8c902eb3295873c8b50">authors</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qvaluelist.html">QValueList</a>&lt; <a class="el" href="classKAboutPerson.html">KAboutPerson</a> &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#63f56d624022a4a70f2bfe82df7f3c3f">credits</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qvaluelist.html">QValueList</a><br>
&lt; <a class="el" href="classKAboutTranslator.html">KAboutTranslator</a> &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#f6c8acc4afbed7fe2eb521ad4a980db6">translators</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#1bf6708bd0ce903b29c7a80a4ae83461">otherText</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#1e0d2c7241c74db79ce44b439f207b03">license</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#9e1da95672778fe25131546aa8c1a7f1">copyrightStatement</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#a1291a3d305f2198c156cba74b50585d">customAuthorPlainText</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#345c14270ada8285da796053c1cc741c">customAuthorRichText</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#1d7ab22b47dcb52d9e6beb78053e5e9b">customAuthorTextEnabled</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#d5f7942370963bf30e1f11178e13d533">setCustomAuthorText</a> (const <a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;plainText, const <a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;richText)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#543f497e60ffb5273dcbe9ad28fbecc1">unsetCustomAuthorText</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKAboutData.html#1926165cd3fbb53bfe3e5c5abc98e9ec">aboutTranslationTeam</a> ()</td></tr>

</table>
<hr><h2>Member Enumeration Documentation</h2>
<a class="anchor" name="d13a34bc3f0933630f931e0ae740ba81"></a><!-- doxytag: member="KAboutData::LicenseKey" ref="d13a34bc3f0933630f931e0ae740ba81" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="classKAboutData.html#d13a34bc3f0933630f931e0ae740ba81">KAboutData::LicenseKey</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Descibes the license of the software. 
<p>

<p>Definition at line <a class="el" href="kaboutdata_8h-source.html#l00188">188</a> of file <a class="el" href="kaboutdata_8h-source.html">kaboutdata.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="ac7007ac4f51d73a6ff6432484106ab3"></a><!-- doxytag: member="KAboutData::KAboutData" ref="ac7007ac4f51d73a6ff6432484106ab3" args="(const char *appName, const char *programName, const char *version, const char *shortDescription=0, int licenseType=License_Unknown, const char *copyrightStatement=0, const char *text=0, const char *homePageAddress=0, const char *bugsEmailAddress=&quot;submit@bugs.kde.org&quot;)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KAboutData::KAboutData           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>appName</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>programName</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>version</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>shortDescription</em> = <code>0</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>licenseType</em> = <code>License_Unknown</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>copyrightStatement</em> = <code>0</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>text</em> = <code>0</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>homePageAddress</em> = <code>0</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>bugsEmailAddress</em> = <code>&quot;submit@bugs.kde.org&quot;</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Constructor. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>appName</em>&nbsp;</td><td>The program name used internally. Example: "kedit"</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>programName</em>&nbsp;</td><td>A displayable program name string. This string should be marked for translation. Example: I18N_NOOP("KEdit")</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>version</em>&nbsp;</td><td>The program version string.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>shortDescription</em>&nbsp;</td><td>A short description of what the program does. This string should be marked for translation. Example: I18N_NOOP("A simple text editor.")</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>licenseType</em>&nbsp;</td><td>The license identifier. Use setLicenseText if you use a license not predefined here.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>copyrightStatement</em>&nbsp;</td><td>A copyright statement, that can look like this: "(c) 1999-2000, Name". The string specified here is not modified in any manner. The author information from addAuthor is not used.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>text</em>&nbsp;</td><td>Some free form text, that can contain any kind of information. The text can contain newlines. This string should be marked for translation.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>homePageAddress</em>&nbsp;</td><td>The program homepage string. Start the address with "http://". "http://some.domain" is is correct, "some.domain" is not.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>bugsEmailAddress</em>&nbsp;</td><td>The bug report email address string. This defaults to the kde.org bug system. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00101">101</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="e2f9bb811fde79df24df7b0d3fa0050f"></a><!-- doxytag: member="KAboutData::addAuthor" ref="e2f9bb811fde79df24df7b0d3fa0050f" args="(const char *name, const char *task=0, const char *emailAddress=0, const char *webAddress=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KAboutData::addAuthor           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>task</em> = <code>0</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>emailAddress</em> = <code>0</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>webAddress</em> = <code>0</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Defines an author. 
<p>
You can call this function as many times you need. Each entry is appended to a list. The person in the first entry is assumed to be the leader of the project.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>name</em>&nbsp;</td><td>The developer's name in UTF-8 encoding.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>task</em>&nbsp;</td><td>What the person is responsible for. This text can contain newlines. It should be marked for translation like this: I18N_NOOP("Task description..."). Can be 0.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>emailAddress</em>&nbsp;</td><td>An Email address where the person can be reached. Can be 0.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>webAddress</em>&nbsp;</td><td>The person's homepage or a relevant link. Start the address with "http://". "http://some.domain" is correct, "some.domain" is not. Can be 0. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00141">141</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="a5219d6a8a827aabf662a6c47aa9ab7f"></a><!-- doxytag: member="KAboutData::addCredit" ref="a5219d6a8a827aabf662a6c47aa9ab7f" args="(const char *name, const char *task=0, const char *emailAddress=0, const char *webAddress=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KAboutData::addCredit           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>task</em> = <code>0</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>emailAddress</em> = <code>0</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>webAddress</em> = <code>0</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Defines a person that deserves credit. 
<p>
You can call this function as many times you need. Each entry is appended to a list.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>name</em>&nbsp;</td><td>The person's name in UTF-8 encoding.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>task</em>&nbsp;</td><td>What the person has done to deserve the honor. The text can contain newlines. It should be marked for translation like this: I18N_NOOP("Task description...") Can be 0.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>emailAddress</em>&nbsp;</td><td>An Email address when the person can be reached. Can be 0.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>webAddress</em>&nbsp;</td><td>The person's homepage or a relevant link. Start the address with "http://". "http://some.domain" is is correct, "some.domain" is not. Can be 0. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00148">148</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="1c3086d8e7b2a302f1f829da34316c0c"></a><!-- doxytag: member="KAboutData::setTranslator" ref="1c3086d8e7b2a302f1f829da34316c0c" args="(const char *name, const char *emailAddress)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KAboutData::setTranslator           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>emailAddress</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Sets the name of the translator of the gui. 
<p>
Since this depends on the language, just use a dummy text marked for translation.<p>
For example: <div class="fragment"><pre class="fragment"> <a class="code" href="classKAboutData.html#1c3086d8e7b2a302f1f829da34316c0c" title="Sets the name of the translator of the gui.">setTranslator</a>(<a class="code" href="klocale_8h.html#7e252748294283c2db62bcf9ddbe8e35">I18N_NOOP</a>(<span class="stringliteral">"_: NAME OF TRANSLATORS\\nYour names"</span>)
 ,<a class="code" href="klocale_8h.html#7e252748294283c2db62bcf9ddbe8e35">I18N_NOOP</a>(<span class="stringliteral">"_: EMAIL OF TRANSLATORS\\nYour emails"</span>));
</pre></div><p>
The translator can then translate this dummy text with his name or with a list of names separated with ",". If there is no translation or the application is used with the default language, this function call is ignored.<p>
Note: If you are using the default <a class="el" href="namespaceKDE.html" title="Namespace for general KDE functions.">KDE</a> automake environment, there is no need to use this function, because the two default strings above are added to the applications po file automatically.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>name</em>&nbsp;</td><td>the name of the translator </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>emailAddress</em>&nbsp;</td><td>the email address of the translator </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKAboutTranslator.html" title="This structure is used to store information about a translator.">KAboutTranslator</a> </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00155">155</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="f3334b4d8142482dd47f51e03dfcf276"></a><!-- doxytag: member="KAboutData::setLicenseText" ref="f3334b4d8142482dd47f51e03dfcf276" args="(const char *license)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KAboutData::setLicenseText           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>license</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Defines a license text. 
<p>
The text will be translated if it got marked for translations with the <a class="el" href="klocale_8h.html#7e252748294283c2db62bcf9ddbe8e35">I18N_NOOP()</a> macro.<p>
Example: <div class="fragment"><pre class="fragment"> <a class="code" href="classKAboutData.html#f3334b4d8142482dd47f51e03dfcf276" title="Defines a license text.">setLicenseText</a>( <a class="code" href="klocale_8h.html#7e252748294283c2db62bcf9ddbe8e35">I18N_NOOP</a>(<span class="stringliteral">"This is my license"</span>));
</pre></div><p>
NOTE: No copy of the text is made.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>license</em>&nbsp;</td><td>The license text in utf8 encoding. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00162">162</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="0240a3a829f8001adb1f4a08b7169742"></a><!-- doxytag: member="KAboutData::setLicenseTextFile" ref="0240a3a829f8001adb1f4a08b7169742" args="(const QString &amp;file)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KAboutData::setLicenseTextFile           </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>file</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Defines a license text. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>file</em>&nbsp;</td><td>File containing the license text. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00169">169</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="14fd70c2a7eca42968ac106d5ff75978"></a><!-- doxytag: member="KAboutData::setAppName" ref="14fd70c2a7eca42968ac106d5ff75978" args="(const char *appName)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KAboutData::setAppName           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>appName</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Defines the program name used internally. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>appName</em>&nbsp;</td><td>The application name. Example: "kate". </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00176">176</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="f7ecf8825ab8ba6dd2d132c1fa488ee5"></a><!-- doxytag: member="KAboutData::setProgramName" ref="f7ecf8825ab8ba6dd2d132c1fa488ee5" args="(const char *programName)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KAboutData::setProgramName           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>programName</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Defines the displayable program name string. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>programName</em>&nbsp;</td><td>The program name. This string should be marked for translation. Example: I18N_NOOP("Advanced Text Editor"). </td></tr>
  </table>
</dl>
<dl class="since" compact><dt><b>Since:</b></dt><dd>3.2 </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00182">182</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="0395ea0e1698fbb08f1ea259e0dadfd8"></a><!-- doxytag: member="KAboutData::setProgramLogo" ref="0395ea0e1698fbb08f1ea259e0dadfd8" args="(const QImage &amp;image)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KAboutData::setProgramLogo           </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qimage.html">QImage</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>image</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Defines the program logo. 
<p>
Use this if you need to have application logo in AboutData other than application icon.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>image</em>&nbsp;</td><td>logo image. </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKAboutData.html#09b843dcd0bcf9db6e064efc22c2eefa" title="Returns the program logo image.">programLogo()</a> </dd></dl>
<dl class="since" compact><dt><b>Since:</b></dt><dd>3.4 </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00288">288</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="9e7492926016166456cd2e557bb61cb1"></a><!-- doxytag: member="KAboutData::setVersion" ref="9e7492926016166456cd2e557bb61cb1" args="(const char *version)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KAboutData::setVersion           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>version</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Defines the program version string. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>version</em>&nbsp;</td><td>The program version. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00189">189</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="8276ad697c82baa403d9dcf2c1f100ad"></a><!-- doxytag: member="KAboutData::setShortDescription" ref="8276ad697c82baa403d9dcf2c1f100ad" args="(const char *shortDescription)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KAboutData::setShortDescription           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>shortDescription</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Defines a short description of what the program does. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>shortDescription</em>&nbsp;</td><td>The program description This string should be marked for translation. Example: I18N_NOOP("An advanced text editor with syntax highlithing support."). </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00195">195</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="0a7edb51eab2b1adb074a094b7ee9e5d"></a><!-- doxytag: member="KAboutData::setLicense" ref="0a7edb51eab2b1adb074a094b7ee9e5d" args="(LicenseKey licenseKey)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KAboutData::setLicense           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKAboutData.html#d13a34bc3f0933630f931e0ae740ba81">LicenseKey</a>&nbsp;</td>
          <td class="paramname"> <em>licenseKey</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Defines the license identifier. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>licenseKey</em>&nbsp;</td><td>The license identifier. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00201">201</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="22b1dc27a85cb191d1430a08242ce582"></a><!-- doxytag: member="KAboutData::setCopyrightStatement" ref="22b1dc27a85cb191d1430a08242ce582" args="(const char *copyrightStatement)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KAboutData::setCopyrightStatement           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>copyrightStatement</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Defines the copyright statement to show when displaying the license. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>copyrightStatement</em>&nbsp;</td><td>A copyright statement, that can look like this: "(c) 1999-2000, Name". The string specified here is not modified in any manner. The author information from addAuthor is not used. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00207">207</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="67afbf9a4822bee9b1ba058035b3e4aa"></a><!-- doxytag: member="KAboutData::setOtherText" ref="67afbf9a4822bee9b1ba058035b3e4aa" args="(const char *otherText)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KAboutData::setOtherText           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>otherText</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Defines the additional text to show in the about dialog. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>otherText</em>&nbsp;</td><td>Some free form text, that can contain any kind of information. The text can contain newlines. This string should be marked for translation. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00213">213</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="ad334369b509b9b3e547edcdf7e75cac"></a><!-- doxytag: member="KAboutData::setHomepage" ref="ad334369b509b9b3e547edcdf7e75cac" args="(const char *homepage)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KAboutData::setHomepage           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>homepage</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Defines the program homepage. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>homepage</em>&nbsp;</td><td>The program homepage string. Start the address with "http://". "http://kate.kde.org" is is correct, "kde.kde.org" is not. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00219">219</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="f297134abab9b4944faef49cc8ed2fa7"></a><!-- doxytag: member="KAboutData::setBugAddress" ref="f297134abab9b4944faef49cc8ed2fa7" args="(const char *bugAddress)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KAboutData::setBugAddress           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>bugAddress</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Defines the address where bug reports should be sent. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>bugAddress</em>&nbsp;</td><td>The bug report email address string. This defaults to the kde.org bug system. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00225">225</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="c7c8fa2a39f64ebcc709726ad0e404bb"></a><!-- doxytag: member="KAboutData::setProductName" ref="c7c8fa2a39f64ebcc709726ad0e404bb" args="(const char *name)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KAboutData::setProductName           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>name</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Defines the product name wich will be used in the <a class="elRef" doxygen="kdeui.tag:../../kdeui/html/" href="../../kdeui/html/classKBugReport.html">KBugReport</a> dialog. 
<p>
By default it's the appName, but you can overwrite it here to provide support for special components e.g. 'product/component' like 'kontact/summary'.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>name</em>&nbsp;</td><td>The name of product </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00231">231</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="0db0eed0123d1810656d6bd61fd2513f"></a><!-- doxytag: member="KAboutData::appName" ref="0db0eed0123d1810656d6bd61fd2513f" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char * KAboutData::appName           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the application's internal name. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the internal program name. </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00237">237</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="02c1bb2d2ea6f8a0b396d1968a0520a8"></a><!-- doxytag: member="KAboutData::productName" ref="02c1bb2d2ea6f8a0b396d1968a0520a8" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char * KAboutData::productName           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the application's product name, which will be used in <a class="elRef" doxygen="kdeui.tag:../../kdeui/html/" href="../../kdeui/html/classKBugReport.html">KBugReport</a> dialog. 
<p>
By default it returns <a class="el" href="classKAboutData.html#0db0eed0123d1810656d6bd61fd2513f" title="Returns the application&#39;s internal name.">appName()</a>, otherwise the one which is set with <a class="el" href="classKAboutData.html#c7c8fa2a39f64ebcc709726ad0e404bb" title="Defines the product name wich will be used in the KBugReport dialog.">setProductName()</a><p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the product name. </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00243">243</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="fdea89f6be5283b6328fb141935b95af"></a><!-- doxytag: member="KAboutData::programName" ref="fdea89f6be5283b6328fb141935b95af" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> KAboutData::programName           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the translated program name. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the program name (translated). </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00252">252</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="09b843dcd0bcf9db6e064efc22c2eefa"></a><!-- doxytag: member="KAboutData::programLogo" ref="09b843dcd0bcf9db6e064efc22c2eefa" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qimage.html">QImage</a> KAboutData::programLogo           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the program logo image. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the program logo data or null image if there is no custom application logo defined. </dd></dl>
<dl class="since" compact><dt><b>Since:</b></dt><dd>3.4 </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00282">282</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="de9f99a1935620405c78c95757786391"></a><!-- doxytag: member="KAboutData::version" ref="de9f99a1935620405c78c95757786391" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> KAboutData::version           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the program's version. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the version string. </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00297">297</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="898dea27988f10206570e778a4d42fe0"></a><!-- doxytag: member="KAboutData::shortDescription" ref="898dea27988f10206570e778a4d42fe0" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> KAboutData::shortDescription           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns a short, translated description. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the short description (translated). Can be QString::null if not set. </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00303">303</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="01eeea3d2d373e3647ade83772b75170"></a><!-- doxytag: member="KAboutData::homepage" ref="01eeea3d2d373e3647ade83772b75170" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> KAboutData::homepage           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the application homepage. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the application homepage URL. Can be QString::null if not set. </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00312">312</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="ae353f5b138848c71a04b903171e4c3b"></a><!-- doxytag: member="KAboutData::bugAddress" ref="ae353f5b138848c71a04b903171e4c3b" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> KAboutData::bugAddress           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the email address for bugs. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the email address where to report bugs. </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00318">318</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="7e4da947479cb8c902eb3295873c8b50"></a><!-- doxytag: member="KAboutData::authors" ref="7e4da947479cb8c902eb3295873c8b50" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qvaluelist.html">QValueList</a>&lt; <a class="el" href="classKAboutPerson.html">KAboutPerson</a> &gt; KAboutData::authors           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns a list of authors. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>author information (list of persons). </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00324">324</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="63f56d624022a4a70f2bfe82df7f3c3f"></a><!-- doxytag: member="KAboutData::credits" ref="63f56d624022a4a70f2bfe82df7f3c3f" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qvaluelist.html">QValueList</a>&lt; <a class="el" href="classKAboutPerson.html">KAboutPerson</a> &gt; KAboutData::credits           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns a list of persons who contributed. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>credit information (list of persons). </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00330">330</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="f6c8acc4afbed7fe2eb521ad4a980db6"></a><!-- doxytag: member="KAboutData::translators" ref="f6c8acc4afbed7fe2eb521ad4a980db6" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qvaluelist.html">QValueList</a>&lt; <a class="el" href="classKAboutTranslator.html">KAboutTranslator</a> &gt; KAboutData::translators           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns a list of translators. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>translators information (list of persons) </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00336">336</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="1926165cd3fbb53bfe3e5c5abc98e9ec"></a><!-- doxytag: member="KAboutData::aboutTranslationTeam" ref="1926165cd3fbb53bfe3e5c5abc98e9ec" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> KAboutData::aboutTranslationTeam           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns a message about the translation team. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>a message about the translation team </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00385">385</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="1bf6708bd0ce903b29c7a80a4ae83461"></a><!-- doxytag: member="KAboutData::otherText" ref="1bf6708bd0ce903b29c7a80a4ae83461" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> KAboutData::otherText           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns a translated, free form text. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the free form text (translated). Can be QString::null if not set. </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00396">396</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="1e0d2c7241c74db79ce44b439f207b03"></a><!-- doxytag: member="KAboutData::license" ref="1e0d2c7241c74db79ce44b439f207b03" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> KAboutData::license           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the license. 
<p>
If the licenseType argument of the constructor has been used, any text defined by setLicenseText is ignored, and the standard text for the chosen license will be returned.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>The license text. </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00406">406</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="9e1da95672778fe25131546aa8c1a7f1"></a><!-- doxytag: member="KAboutData::copyrightStatement" ref="9e1da95672778fe25131546aa8c1a7f1" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> KAboutData::copyrightStatement           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the copyright statement. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the copyright statement. Can be QString::null if not set. </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00469">469</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="a1291a3d305f2198c156cba74b50585d"></a><!-- doxytag: member="KAboutData::customAuthorPlainText" ref="a1291a3d305f2198c156cba74b50585d" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> KAboutData::customAuthorPlainText           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the plain text displayed around the list of authors instead of the default message telling users to send bug reports to <a class="el" href="classKAboutData.html#ae353f5b138848c71a04b903171e4c3b" title="Returns the email address for bugs.">bugAddress()</a>. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the plain text displayed around the list of authors instead of the default message. Can be QString::null. </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00478">478</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="345c14270ada8285da796053c1cc741c"></a><!-- doxytag: member="KAboutData::customAuthorRichText" ref="345c14270ada8285da796053c1cc741c" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> KAboutData::customAuthorRichText           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the rich text displayed around the list of authors instead of the default message telling users to send bug reports to <a class="el" href="classKAboutData.html#ae353f5b138848c71a04b903171e4c3b" title="Returns the email address for bugs.">bugAddress()</a>. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the rich text displayed around the list of authors instead of the default message. Can be QString::null. </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00484">484</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="1d7ab22b47dcb52d9e6beb78053e5e9b"></a><!-- doxytag: member="KAboutData::customAuthorTextEnabled" ref="1d7ab22b47dcb52d9e6beb78053e5e9b" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KAboutData::customAuthorTextEnabled           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns whether custom text should be displayed around the list of authors. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>whether custom text should be displayed around the list of authors. </dd></dl>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00490">490</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="d5f7942370963bf30e1f11178e13d533"></a><!-- doxytag: member="KAboutData::setCustomAuthorText" ref="d5f7942370963bf30e1f11178e13d533" args="(const QString &amp;plainText, const QString &amp;richText)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KAboutData::setCustomAuthorText           </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>plainText</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="elRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>richText</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Sets the custom text displayed around the list of authors instead of the default message telling users to send bug reports to <a class="el" href="classKAboutData.html#ae353f5b138848c71a04b903171e4c3b" title="Returns the email address for bugs.">bugAddress()</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>plainText</em>&nbsp;</td><td>The plain text. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>richText</em>&nbsp;</td><td>The rich text.</td></tr>
  </table>
</dl>
Both parameters can be QString::null to not display any message at all. Call <a class="el" href="classKAboutData.html#543f497e60ffb5273dcbe9ad28fbecc1" title="Clears any custom text displayed around the list of authors and falls back to the...">unsetCustomAuthorText()</a> to revert to the default mesage. 
<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00496">496</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="543f497e60ffb5273dcbe9ad28fbecc1"></a><!-- doxytag: member="KAboutData::unsetCustomAuthorText" ref="543f497e60ffb5273dcbe9ad28fbecc1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KAboutData::unsetCustomAuthorText           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Clears any custom text displayed around the list of authors and falls back to the default message telling users to send bug reports to <a class="el" href="classKAboutData.html#ae353f5b138848c71a04b903171e4c3b" title="Returns the email address for bugs.">bugAddress()</a>. 
<p>

<p>Definition at line <a class="el" href="kaboutdata_8cpp-source.html#l00505">505</a> of file <a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="kaboutdata_8h-source.html">kaboutdata.h</a><li><a class="el" href="kaboutdata_8cpp-source.html">kaboutdata.cpp</a></ul>
</div>
    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>kdecore</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</a></li><li><a href="modules.html">Modules</a></li><li><a href="namespaces.html">Namespace List</a></li><li><a href="hierarchy.html">Class Hierarchy</a></li><li><a href="classes.html">Alphabetical List</a></li><li><a href="annotated.html">Class List</a></li><li><a href="files.html">File List</a></li><li><a href="namespacemembers.html">Namespace Members</a></li><li><a href="functions.html">Class Members</a></li><li><a href="pages.html">Related Pages</a></li></ul>
<!--
<h2>Class Picker</h2>
<div style="text-align: center;">
<form name="guideform">
<select name="guidelinks" style="width:100%;" onChange="window.location=document.guideform.guidelinks.options[document.guideform.guidelinks.selectedIndex].value">
<option value="annotated.html">-- Choose --</option>
  <option value="classKAboutData.html">kaboutdata</option>,  <option value="classKAboutPerson.html">kaboutperson</option>,  <option value="classKAboutTranslator.html">kabouttranslator</option>,  <option value="classKAccel.html">kaccel</option>,  <option value="classKAcceleratorManager.html">kacceleratormanager</option>,  <option value="classKAccelManagerAlgorithm.html">kaccelmanageralgorithm</option>,  <option value="classKAccelShortcutList.html">kaccelshortcutlist</option>,  <option value="classKAccelString.html">kaccelstring</option>,  <option value="classKAddressInfo.html">kaddressinfo</option>,  <option value="classKAppDCOPInterface.html">kappdcopinterface</option>,  <option value="classKApplication.html">kapplication</option>,  <option value="classKAsyncIO.html">kasyncio</option>,  <option value="classKAudioPlayer.html">kaudioplayer</option>,  <option value="classKBufferedIO.html">kbufferedio</option>,  <option value="classKCalendarSystem.html">kcalendarsystem</option>,  <option value="classKCalendarSystemFactory.html">kcalendarsystemfactory</option>,  <option value="classKCalendarSystemJalali.html">kcalendarsystemjalali</option>,  <option value="classKCatalogue.html">kcatalogue</option>,  <option value="classKCharMacroExpander.html">kcharmacroexpander</option>,  <option value="classKCharsets.html">kcharsets</option>,  <option value="classKClipboardSynchronizer.html">kclipboardsynchronizer</option>,  <option value="classKCmdLineArgs.html">kcmdlineargs</option>,  <option value="classKCodecs.html">kcodecs</option>,  <option value="classKCompletion.html">kcompletion</option>,  <option value="classKCompletionBase.html">kcompletionbase</option>,  <option value="classKCompletionMatches.html">kcompletionmatches</option>,  <option value="classKCompTreeNode.html">kcomptreenode</option>,  <option value="classKConfig.html">kconfig</option>,  <option value="classKConfigBackEnd.html">kconfigbackend</option>,  <option value="classKConfigBase.html">kconfigbase</option>,  <option value="classKConfigDialogManager.html">kconfigdialogmanager</option>,  <option value="classKConfigGroup.html">kconfiggroup</option>,  <option value="classKConfigGroupSaver.html">kconfiggroupsaver</option>,  <option value="classKConfigINIBackEnd.html">kconfiginibackend</option>,  <option value="classKConfigLDAPBackEnd.html">kconfigldapbackend</option>,  <option value="classKConfigSkeleton.html">kconfigskeleton</option>,  <option value="classKConfigSkeleton_1_1ItemBool.html">kconfigskeleton::itembool</option>,  <option value="classKConfigSkeleton_1_1ItemColor.html">kconfigskeleton::itemcolor</option>,  <option value="classKConfigSkeleton_1_1ItemDateTime.html">kconfigskeleton::itemdatetime</option>,  <option value="classKConfigSkeleton_1_1ItemDouble.html">kconfigskeleton::itemdouble</option>,  <option value="classKConfigSkeleton_1_1ItemEnum.html">kconfigskeleton::itemenum</option>,  <option value="classKConfigSkeleton_1_1ItemFont.html">kconfigskeleton::itemfont</option>,  <option value="classKConfigSkeleton_1_1ItemInt.html">kconfigskeleton::itemint</option>,  <option value="classKConfigSkeleton_1_1ItemInt64.html">kconfigskeleton::itemint64</option>,  <option value="classKConfigSkeleton_1_1ItemIntList.html">kconfigskeleton::itemintlist</option>,  <option value="classKConfigSkeleton_1_1ItemLong.html">kconfigskeleton::itemlong</option>,  <option value="classKConfigSkeleton_1_1ItemPassword.html">kconfigskeleton::itempassword</option>,  <option value="classKConfigSkeleton_1_1ItemPath.html">kconfigskeleton::itempath</option>,  <option value="classKConfigSkeleton_1_1ItemPathList.html">kconfigskeleton::itempathlist</option>,  <option value="classKConfigSkeleton_1_1ItemPoint.html">kconfigskeleton::itempoint</option>,  <option value="classKConfigSkeleton_1_1ItemProperty.html">kconfigskeleton::itemproperty</option>,  <option value="classKConfigSkeleton_1_1ItemRect.html">kconfigskeleton::itemrect</option>,  <option value="classKConfigSkeleton_1_1ItemSize.html">kconfigskeleton::itemsize</option>,  <option value="classKConfigSkeleton_1_1ItemString.html">kconfigskeleton::itemstring</option>,  <option value="classKConfigSkeleton_1_1ItemStringList.html">kconfigskeleton::itemstringlist</option>,  <option value="classKConfigSkeleton_1_1ItemUInt.html">kconfigskeleton::itemuint</option>,  <option value="classKConfigSkeleton_1_1ItemUInt64.html">kconfigskeleton::itemuint64</option>,  <option value="classKConfigSkeleton_1_1ItemULong.html">kconfigskeleton::itemulong</option>,  <option value="classKConfigSkeletonItem.html">kconfigskeletonitem</option>,  <option value="classKCrash.html">kcrash</option>,  <option value="classKDCOPPropertyProxy.html">kdcoppropertyproxy</option>,  <option value="classKDebugDCOPIface.html">kdebugdcopiface</option>,  <option value="classKDesktopFile.html">kdesktopfile</option>,  <option value="classKExtendedSocket.html">kextendedsocket</option>,  <option value="classKGenericFactory.html">kgenericfactory</option>,  <option value="classKGenericFactory_3_01KTypeList_3_01Product_00_01ProductListTail_01_4_00_01KTypeList_3_01Pare1ed8d1e5a9847c99711cad3b12c7e96c.html">kgenericfactory< ktypelist< product, productlisttail >, ktypelist< pare1ed8d1e5a9847c99711cad3b12c7e96c</option>,  <option value="classKGenericFactory_3_01KTypeList_3_01Product_00_01ProductListTail_01_4_00_01KTypeList_3_01Paref6a00f76851e0daa2cb662bb8a41fc7f.html">kgenericfactory< ktypelist< product, productlisttail >, ktypelist< paref6a00f76851e0daa2cb662bb8a41fc7f</option>,  <option value="classKGenericFactory_3_01KTypeList_3_01Product_00_01ProductListTail_01_4_00_01QObject_01_4.html">kgenericfactory< ktypelist< product, productlisttail >, qobject ></option>,  <option value="classKGlobal.html">kglobal</option>,  <option value="classKGlobalAccel.html">kglobalaccel</option>,  <option value="classKGlobalSettings.html">kglobalsettings</option>,  <option value="classKIcon.html">kicon</option>,  <option value="classKIconEffect.html">kiconeffect</option>,  <option value="classKIconLoader.html">kiconloader</option>,  <option value="classKIconTheme.html">kicontheme</option>,  <option value="classKInetSocketAddress.html">kinetsocketaddress</option>,  <option value="classKInstance.html">kinstance</option>,  <option value="classKIOBufferBase.html">kiobufferbase</option>,  <option value="classKIPC.html">kipc</option>,  <option value="classKKey.html">kkey</option>,  <option value="classKKeyNative.html">kkeynative</option>,  <option value="classKKeySequence.html">kkeysequence</option>,  <option value="classKLibFactory.html">klibfactory</option>,  <option value="classKLibLoader.html">klibloader</option>,  <option value="classKLibrary.html">klibrary</option>,  <option value="classKLocale.html">klocale</option>,  <option value="classKLockFile.html">klockfile</option>,  <option value="classKMacroExpanderBase.html">kmacroexpanderbase</option>,  <option value="classKMD4.html">kmd4</option>,  <option value="classKMD5.html">kmd5</option>,  <option value="classKMimeSourceFactory.html">kmimesourcefactory</option>,  <option value="classKMountPoint.html">kmountpoint</option>,  <option value="classKMultipleDrag.html">kmultipledrag</option>,  <option value="classKNetwork_1_1KActiveSocketBase.html">knetwork::kactivesocketbase</option>,  <option value="classKNetwork_1_1KBufferedSocket.html">knetwork::kbufferedsocket</option>,  <option value="classKNetwork_1_1KClientSocketBase.html">knetwork::kclientsocketbase</option>,  <option value="classKNetwork_1_1KDatagramPacket.html">knetwork::kdatagrampacket</option>,  <option value="classKNetwork_1_1KDatagramSocket.html">knetwork::kdatagramsocket</option>,  <option value="classKNetwork_1_1KHttpProxySocketDevice.html">knetwork::khttpproxysocketdevice</option>,  <option value="classKNetwork_1_1KInetSocketAddress.html">knetwork::kinetsocketaddress</option>,  <option value="classKNetwork_1_1KIpAddress.html">knetwork::kipaddress</option>,  <option value="classKNetwork_1_1KMulticastSocket.html">knetwork::kmulticastsocket</option>,  <option value="classKNetwork_1_1KMulticastSocketImpl.html">knetwork::kmulticastsocketimpl</option>,  <option value="classKNetwork_1_1KNetworkInterface.html">knetwork::knetworkinterface</option>,  <option value="classKNetwork_1_1KPassiveSocketBase.html">knetwork::kpassivesocketbase</option>,  <option value="classKNetwork_1_1KResolver.html">knetwork::kresolver</option>,  <option value="classKNetwork_1_1KResolverEntry.html">knetwork::kresolverentry</option>,  <option value="classKNetwork_1_1KResolverResults.html">knetwork::kresolverresults</option>,  <option value="classKNetwork_1_1KResolverWorkerBase_1_1ResolverLocker.html">knetwork::kresolverworkerbase::resolverlocker</option>,  <option value="classKNetwork_1_1KReverseResolver.html">knetwork::kreverseresolver</option>,  <option value="classKNetwork_1_1KServerSocket.html">knetwork::kserversocket</option>,  <option value="classKNetwork_1_1KSocketAddress.html">knetwork::ksocketaddress</option>,  <option value="classKNetwork_1_1KSocketBase.html">knetwork::ksocketbase</option>,  <option value="classKNetwork_1_1KSocketDevice.html">knetwork::ksocketdevice</option>,  <option value="classKNetwork_1_1KSocketDeviceFactory.html">knetwork::ksocketdevicefactory</option>,  <option value="classKNetwork_1_1KSocksSocketDevice.html">knetwork::ksockssocketdevice</option>,  <option value="classKNetwork_1_1KStreamSocket.html">knetwork::kstreamsocket</option>,  <option value="classKNetwork_1_1KUnixSocketAddress.html">knetwork::kunixsocketaddress</option>,  <option value="classKNotifyClient_1_1Instance.html">knotifyclient::instance</option>,  <option value="classKPalette.html">kpalette</option>,  <option value="classKPixmapProvider.html">kpixmapprovider</option>,  <option value="classKPopupAccelManager.html">kpopupaccelmanager</option>,  <option value="classKProcess.html">kprocess</option>,  <option value="classKProcessController.html">kprocesscontroller</option>,  <option value="classKProcIO.html">kprocio</option>,  <option value="classKProtocolInfoFactory.html">kprotocolinfofactory</option>,  <option value="classKPty.html">kpty</option>,  <option value="classKRandomSequence.html">krandomsequence</option>,  <option value="classKRegExp.html">kregexp</option>,  <option value="classKRegExpPrivate.html">kregexpprivate</option>,  <option value="classKRFCDate.html">krfcdate</option>,  <option value="classKRootProp.html">krootprop</option>,  <option value="classKSaveFile.html">ksavefile</option>,  <option value="classKServerSocket.html">kserversocket</option>,  <option value="classKSessionManaged.html">ksessionmanaged</option>,  <option value="classKShared.html">kshared</option>,  <option value="classKSharedConfig.html">ksharedconfig</option>,  <option value="classKSharedPtr.html">ksharedptr</option>,  <option value="classKShellProcess.html">kshellprocess</option>,  <option value="classKShortcut.html">kshortcut</option>,  <option value="classKShortcutList.html">kshortcutlist</option>,  <option value="classKSimpleConfig.html">ksimpleconfig</option>,  <option value="classKSocket.html">ksocket</option>,  <option value="classKSocketAddress.html">ksocketaddress</option>,  <option value="classKSocks.html">ksocks</option>,  <option value="classKSortableItem.html">ksortableitem</option>,  <option value="classKSortableValueList.html">ksortablevaluelist</option>,  <option value="classKStandardDirs.html">kstandarddirs</option>,  <option value="classKStaticDeleter.html">kstaticdeleter</option>,  <option value="classKStaticDeleterBase.html">kstaticdeleterbase</option>,  <option value="classKStdAccel_1_1ShortcutList.html">kstdaccel::shortcutlist</option>,  <option value="classKStringHandler.html">kstringhandler</option>,  <option value="classKSycocaEntry.html">ksycocaentry</option>,  <option value="classKSycocaFactoryList.html">ksycocafactorylist</option>,  <option value="classKTempDir.html">ktempdir</option>,  <option value="classKTempFile.html">ktempfile</option>,  <option value="classKTimezone.html">ktimezone</option>,  <option value="classKTimezoneDetails.html">ktimezonedetails</option>,  <option value="classKTimezones.html">ktimezones</option>,  <option value="classKTimezoneSource.html">ktimezonesource</option>,  <option value="classKUniqueApplication.html">kuniqueapplication</option>,  <option value="classKUnixSocketAddress.html">kunixsocketaddress</option>,  <option value="classKURL.html">kurl</option>,  <option value="classKURL_1_1List.html">kurl::list</option>,  <option value="classKURLDrag.html">kurldrag</option>,  <option value="classKUser.html">kuser</option>,  <option value="classKUserGroup.html">kusergroup</option>,  <option value="classKVMAllocator.html">kvmallocator</option>,  <option value="classKWin.html">kwin</option>,  <option value="classKWin_1_1WindowInfo.html">kwin::windowinfo</option>,  <option value="classKWinModule.html">kwinmodule</option>,  <option value="classKWordMacroExpander.html">kwordmacroexpander</option>,  <option value="classKXErrorHandler.html">kxerrorhandler</option>,  <option value="classKZoneAllocator.html">kzoneallocator</option>,  <option value="classNET.html">net</option>,
</select>
</form>
</div>
-->
</div></div>
<div class="menu_box"><h2>API Dox</h2>
<div class="nav_list">
<ul>
<li><a href="../../arts/html/index.html">arts</a></li><li><a href="../../dcop/html/index.html">dcop</a></li><li><a href="../../dnssd/html/index.html">dnssd</a></li><li><a href="../../interfaces/html/index.html">interfaces</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../interfaces/kimproxy/interface/html/index.html">interface</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../interfaces/kimproxy/library/html/index.html">library</a></li><li>&nbsp;&nbsp;<a href="../../interfaces/kspeech/html/index.html">kspeech</a></li><li>&nbsp;&nbsp;<a href="../../interfaces/ktexteditor/html/index.html">ktexteditor</a></li><li><a href="../../kabc/html/index.html">kabc</a></li><li><a href="../../kate/html/index.html">kate</a></li><li><a href="../../kcmshell/html/index.html">kcmshell</a></li><li><a href="../../kdecore/html/index.html">kdecore</a></li><li><a href="../../kded/html/index.html">kded</a></li><li><a href="../../kdefx/html/index.html">kdefx</a></li><li><a href="../../kdeprint/html/index.html">kdeprint</a></li><li><a href="../../kdesu/html/index.html">kdesu</a></li><li><a href="../../kdeui/html/index.html">kdeui</a></li><li><a href="../../kdoctools/html/index.html">kdoctools</a></li><li><a href="../../khtml/html/index.html">khtml</a></li><li><a href="../../kimgio/html/index.html">kimgio</a></li><li><a href="../../kinit/html/index.html">kinit</a></li><li><a href="../../kio/html/index.html">kio</a></li><li>&nbsp;&nbsp;<a href="../../kio/bookmarks/html/index.html">bookmarks</a></li><li>&nbsp;&nbsp;<a href="../../kio/httpfilter/html/index.html">httpfilter</a></li><li>&nbsp;&nbsp;<a href="../../kio/kfile/html/index.html">kfile</a></li><li>&nbsp;&nbsp;<a href="../../kio/kio/html/index.html">kio</a></li><li>&nbsp;&nbsp;<a href="../../kio/kioexec/html/index.html">kioexec</a></li><li>&nbsp;&nbsp;<a href="../../kio/kpasswdserver/html/index.html">kpasswdserver</a></li><li>&nbsp;&nbsp;<a href="../../kio/kssl/html/index.html">kssl</a></li><li><a href="../../kioslave/html/index.html">kioslave</a></li><li>&nbsp;&nbsp;<a href="../../kioslave/http/html/index.html">http</a></li><li><a href="../../kjs/html/index.html">kjs</a></li><li><a href="../../kmdi/html/index.html">kmdi</a></li><li>&nbsp;&nbsp;<a href="../../kmdi/kmdi/html/index.html">kmdi</a></li><li><a href="../../knewstuff/html/index.html">knewstuff</a></li><li><a href="../../kparts/html/index.html">kparts</a></li><li><a href="../../kresources/html/index.html">kresources</a></li><li><a href="../../kspell2/html/index.html">kspell2</a></li><li><a href="../../kunittest/html/index.html">kunittest</a></li><li><a href="../../kutils/html/index.html">kutils</a></li><li><a href="../../kwallet/html/index.html">kwallet</a></li><li><a href="../../libkmid/html/index.html">libkmid</a></li><li><a href="../../libkscreensaver/html/index.html">libkscreensaver</a></li>
</ul></div></div>


        </td>
</tr>
</table>

<span class="doNotDisplay">
  <a href="http://www.kde.org/" accesskey="8">KDE Home</a> |
  <a href="http://accessibility.kde.org/" accesskey="9">KDE Accessibility Home</a> |
  <a href="http://www.kde.org/media/accesskeys.php" accesskey="0">Description of Access Keys</a>
</span>


<div style="height: 8px"></div>

<div id="footer">
  <div id="footer_left">
    Maintained by <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;groo&#116;&#64;kde&#46;or&#x67;">Adriaan de Groot</a>
and
<a href="&#109;a&#105;&#108;&#116;&#111;&#58;w&#105;nter&#64;kde&#46;or&#x67">Allen Winter</a>.
<br/>
    KDE and K Desktop Environment are trademarks of <a href="http://www.kde.org/areas/kde-ev/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> |
    <a href="http://www.kde.org/contact/impressum.php">Legal</a>
  </div>
  <div id="footer_right"><img src="/media/images/footer_right.png" style="margin: 0px" alt="" /></div>
</div>

<!--
WARNING: DO NOT SEND MAIL TO THE FOLLOWING EMAIL ADDRESS! YOU WILL
BE BLOCKED INSTANTLY AND PERMANENTLY!
<a href="mailto:aaaatrap-425acc3b5374943f@kde.org">Block me</a>
WARNING END
-->

</body>
</html>