SVN commit 460034 by staikos:
typo
M +1 -1 kstdebug.cpp
--- trunk/extragear/graphics/kst/kst/kstdebug.cpp #460033:460034
@@ -47,7 +47,7 @@
: QObject() {
_applyLimit = false;
_limit = 10000;
- _kstRevision = QString::fromLatin1("$Rev:$");
+ _kstRevision = QString::fromLatin1("$Rev$");
}