Use tdeApp

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save