Use tdeApp

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/13/head
Michele Calgaro 1 month ago
parent a4d7c4d570
commit bf6bf7b437
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -904,7 +904,7 @@ distribution. -->
<title
>Medvirkende og licens</title>
<sect1 id="kapp">
<sect1 id="tdeApp">
<title
>&filelight;</title>
<para

@ -548,7 +548,7 @@ distribution. -->
<title>Credits and License</title>
<sect1 id="kapp">
<sect1 id="tdeApp">
<title>&filelight;</title>
<para>Program copyright 2003 Max B. Howell <email>max.howell@methylblue.com</email></para>

@ -918,7 +918,7 @@ distribution. -->
<title
>Créditos y licencia</title>
<sect1 id="kapp">
<sect1 id="tdeApp">
<title
>&filelight;</title>
<para

@ -918,7 +918,7 @@ distribution. -->
<title
>Autorid ja litsents</title>
<sect1 id="kapp">
<sect1 id="tdeApp">
<title
>&filelight;</title>
<para

@ -918,7 +918,7 @@ distribution. -->
<title
>Riconoscimenti e licenza</title>
<sect1 id="kapp">
<sect1 id="tdeApp">
<title
>&filelight;</title>
<para

@ -918,7 +918,7 @@ distribution. -->
<title
>Créditos e Licença</title>
<sect1 id="kapp">
<sect1 id="tdeApp">
<title
>&filelight;</title>
<para

@ -916,7 +916,7 @@ distribution. -->
<title
>Лицензии и благодарности</title>
<sect1 id="kapp">
<sect1 id="tdeApp">
<title
>&filelight;</title>
<para

@ -918,7 +918,7 @@ distribution. -->
<title
>Tack till och licens</title>
<sect1 id="kapp">
<sect1 id="tdeApp">
<title
>&filelight;</title>
<para

@ -134,7 +134,7 @@ MainWindow::configToolbars() //slot
if( dialog.exec() )
{
createGUI( m_part );
applyMainWindowSettings( kapp->config(), "window" );
applyMainWindowSettings( tdeApp->config(), "window" );
}
}

@ -146,10 +146,10 @@ SegmentTip::event( TQEvent *e )
switch( e->type() )
{
case TQEvent::Show:
kapp->installEventFilter( this );
tdeApp->installEventFilter( this );
break;
case TQEvent::Hide:
kapp->removeEventFilter( this );
tdeApp->removeEventFilter( this );
break;
case TQEvent::Paint:
{

Loading…
Cancel
Save