mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
generic: adjust to Katie changes
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
1a61092a69
commit
cdcdb52685
2 changed files with 3 additions and 2 deletions
|
@ -22,6 +22,7 @@
|
|||
#ifndef __LOGITECHMOUSE_H__
|
||||
#define __LOGITECHMOUSE_H__
|
||||
|
||||
#include <QTimer>
|
||||
#include <QPushButton>
|
||||
|
||||
#include <kconfig.h>
|
||||
|
|
|
@ -59,10 +59,10 @@ QString File::toXml(bool disabled, QTextStream &s) const
|
|||
QString str(PATH_ATTR"=\""+KFI::Misc::encodeText(KFI::Misc::contractHome(itsPath), s)+"\"");
|
||||
|
||||
if(!itsFoundry.isEmpty() && QString::fromLatin1("unknown")!=itsFoundry)
|
||||
str+=" "FOUNDRY_ATTR"=\""+KFI::Misc::encodeText(itsFoundry, s)+"\"";
|
||||
str+= " " FOUNDRY_ATTR "=\"" + KFI::Misc::encodeText(itsFoundry, s) + "\"";
|
||||
|
||||
if(itsIndex>0)
|
||||
str+=" "FACE_ATTR"=\""+QString::number(itsIndex)+"\"";
|
||||
str+= " " FACE_ATTR "=\"" + QString::number(itsIndex) + "\"";
|
||||
|
||||
return str;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue