* typos--

* optimize QString operations
* fix include guard

svn path=/trunk/KDE/kdelibs/; revision=899600
This commit is contained in:
Urs Wolfer 2008-12-21 11:56:01 +00:00
parent 3716f6713a
commit f320d2e700
3 changed files with 5 additions and 5 deletions

View File

@ -94,7 +94,7 @@ public:
* Returns the Containment, if any, for a given physical screen
*
* @param screen number of the physical screen to locate
* @param desktop the virtual dekstop) to locate; if < 0 then it will
* @param desktop the virtual desktop) to locate; if < 0 then it will
* simply return the first Containment associated with screen
*/
Containment *containmentForScreen(int screen, int desktop = -1) const;
@ -238,7 +238,7 @@ Q_SIGNALS:
void configSynced();
/**
* This signal inicates that a change in available screen goemetry occured.
* This signal inicates that a change in available screen goemetry occurred.
*/
void availableScreenRegionChanged();

View File

@ -185,7 +185,7 @@ QGraphicsItem *ExtenderItem::widget() const
void ExtenderItem::setIcon(const QIcon &icon)
{
d->iconName = QString();
d->iconName.clear();
d->collapseIcon->setIcon(icon);
}

View File

@ -18,8 +18,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef PLASMA_STYLE_H
#define PLASMA_STYLE_H
#ifndef PLASMA_STYLE_P_H
#define PLASMA_STYLE_P_H
#include <QtCore/QSharedData>
#include <QtGui/QCommonStyle>