a lot of i18n tags and other small krazy issues fixed, nothing major

svn path=/trunk/KDE/kdebase/workspace/; revision=702784
This commit is contained in:
Arto Hytönen 2007-08-21 07:02:04 +00:00
parent bd170f252c
commit 261456c8f7
9 changed files with 16 additions and 23 deletions

View file

@ -28,20 +28,16 @@
#include <QLayout> #include <QLayout>
#include <QBitmap> #include <QBitmap>
#include <QStyle> #include <QStyle>
#include <QWidget> #include <QWidget>
#include <QLabel> #include <QLabel>
#include <QEvent> #include <QEvent>
#include <QApplication> #include <QApplication>
#include <QStyle>
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include "keramik.h" #include "keramik.h"
#include "keramik.moc" #include "keramik.moc"
// ------------------------------------------------------------------------------------------- // -------------------------------------------------------------------------------------------
static void flip( QPixmap *&pix ) static void flip( QPixmap *&pix )

View file

@ -4,8 +4,8 @@
* Copyright (c) 2005 Sandro Giessl <sandro@giessl.com> * Copyright (c) 2005 Sandro Giessl <sandro@giessl.com>
* Ported to the kde3.2 API by Luciano Montanaro <mikelima@cirulla.net> * Ported to the kde3.2 API by Luciano Montanaro <mikelima@cirulla.net>
*/ */
#ifndef __KDECLIENT_H #ifndef LAPTOPCLIENT_H
#define __KDECLIENT_H #define LAPTOPCLIENT_H
#include <QBitmap> #include <QBitmap>
#include <QPixmap> #include <QPixmap>
@ -76,4 +76,4 @@ private:
} }
#endif #endif // LAPTOPCLIENT_H

View file

@ -29,7 +29,6 @@
#include <QPixmap> #include <QPixmap>
#include <QPaintEvent> #include <QPaintEvent>
#include <kpixmapeffect.h> #include <kpixmapeffect.h>
#include <QPixmap>
#include <QPainter> #include <QPainter>
#include <QBitmap> #include <QBitmap>

View file

@ -23,7 +23,6 @@
#include <kimageeffect.h> #include <kimageeffect.h>
#include <kdrawutil.h> #include <kdrawutil.h>
#include <klocale.h> #include <klocale.h>
#include <QPixmap>
#include <QBitmap> #include <QBitmap>
#include <QImage> #include <QImage>

View file

@ -8,8 +8,8 @@ You can Freely distribute this program under the GNU General Public
License. See the file "COPYING" for the exact licensing terms. License. See the file "COPYING" for the exact licensing terms.
******************************************************************/ ******************************************************************/
#ifndef KWIN_SHAKYMOVE_H #ifndef DEMO_SHAKYMOVE_H
#define KWIN_SHAKYMOVE_H #define DEMO_SHAKYMOVE_H
#include <qtimer.h> #include <qtimer.h>
@ -38,4 +38,4 @@ class ShakyMoveEffect
} // namespace } // namespace
#endif #endif // DEMO_SHAKYMOVE_H

View file

@ -8,13 +8,12 @@ You can Freely distribute this program under the GNU General Public
License. See the file "COPYING" for the exact licensing terms. License. See the file "COPYING" for the exact licensing terms.
******************************************************************/ ******************************************************************/
#ifndef KWIN_WAVYWINDOWS_H #ifndef DEMO_WAVYWINDOWS_H
#define KWIN_WAVYWINDOWS_H #define DEMO_WAVYWINDOWS_H
// Include with base class for effects. // Include with base class for effects.
#include <kwineffects.h> #include <kwineffects.h>
namespace KWin namespace KWin
{ {
@ -38,4 +37,4 @@ class WavyWindowsEffect
} // namespace } // namespace
#endif #endif // DEMO_WAVYWINDOWS_H

View file

@ -182,12 +182,12 @@ void KWinOptions::defaults()
QString KWinOptions::quickHelp() const QString KWinOptions::quickHelp() const
{ {
return i18n("<h1>Window Behavior</h1> Here you can customize the way windows behave when being" return i18n("<p><h1>Window Behavior</h1> Here you can customize the way windows behave when being"
" moved, resized or clicked on. You can also specify a focus policy as well as a placement" " moved, resized or clicked on. You can also specify a focus policy as well as a placement"
" policy for new windows." " policy for new windows.</p>"
" <p>Please note that this configuration will not take effect if you do not use" " <p>Please note that this configuration will not take effect if you do not use"
" KWin as your window manager. If you do use a different window manager, please refer to its documentation" " KWin as your window manager. If you do use a different window manager, please refer to its documentation"
" for how to customize window behavior."); " for how to customize window behavior.</p>");
} }
void KWinOptions::moduleChanged(bool state) void KWinOptions::moduleChanged(bool state)

View file

@ -162,7 +162,7 @@ KFocusConfig::KFocusConfig (bool _standAlone, KConfig *_config, const KComponent
" that was under the mouse has focus." " that was under the mouse has focus."
" New windows will not automatically receive the focus.</li>" " New windows will not automatically receive the focus.</li>"
" <li><em>Focus strictly under mouse:</em> Only the window under the mouse pointer is" " <li><em>Focus strictly under mouse:</em> Only the window under the mouse pointer is"
" active. If the mouse points nowhere, nothing has focus." " active. If the mouse points nowhere, nothing has focus.</li>"
" </ul>" " </ul>"
"Note that 'Focus under mouse' and 'Focus strictly under mouse' prevent certain" "Note that 'Focus under mouse' and 'Focus strictly under mouse' prevent certain"
" features such as the Alt+Tab walk through windows dialog in the KDE mode" " features such as the Alt+Tab walk through windows dialog in the KDE mode"

View file

@ -80,11 +80,11 @@ void KCMRules::defaults()
QString KCMRules::quickHelp() const QString KCMRules::quickHelp() const
{ {
return i18n("<h1>Window-specific Settings</h1> Here you can customize window settings specifically only" return i18n("<p><h1>Window-specific Settings</h1> Here you can customize window settings specifically only"
" for some windows." " for some windows.</p>"
" <p>Please note that this configuration will not take effect if you do not use" " <p>Please note that this configuration will not take effect if you do not use"
" KWin as your window manager. If you do use a different window manager, please refer to its documentation" " KWin as your window manager. If you do use a different window manager, please refer to its documentation"
" for how to customize window behavior."); " for how to customize window behavior.</p>");
} }
void KCMRules::moduleChanged( bool state ) void KCMRules::moduleChanged( bool state )