initial commit

This commit is contained in:
2011-09-07 21:52:54 +04:00
commit a875af6b67
122 changed files with 6256 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- ihtc.cpp.orig 2009-12-17 20:20:27.000000000 +0100
+++ ihtc.cpp 2011-02-02 11:45:35.567271213 +0100
@@ -116,7 +116,7 @@
foreach (QGraphicsItem *kid, desktop->childItems())
{
o = dynamic_cast<QObject*>(kid);
- if (o && o->inherits("Plasma::ToolBox") || o->inherits("Plasma::DesktopToolBox"))
+ if (o && o->inherits("Plasma::ToolBox") || o->inherits("Plasma::DesktopToolBox") || o->inherits("DesktopToolBox"))
return kid;
}
return 0;