summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indi/webcam/ccvt_misc.c
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-04 02:22:38 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-04 02:22:38 +0000
commit98a12d05a48814bec3870b9a6d5865475cfa1c95 (patch)
treea711801e47696fb0cf162abd7330e0b5b480ba39 /kstars/kstars/indi/webcam/ccvt_misc.c
parent421a1845137c7c396b5d03bce53237fcb149d602 (diff)
downloadtdeedu-98a12d05a48814bec3870b9a6d5865475cfa1c95.tar.gz
tdeedu-98a12d05a48814bec3870b9a6d5865475cfa1c95.zip
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1211429 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kstars/kstars/indi/webcam/ccvt_misc.c')
-rw-r--r--kstars/kstars/indi/webcam/ccvt_misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/indi/webcam/ccvt_misc.c b/kstars/kstars/indi/webcam/ccvt_misc.c
index e774ca6d..0d907f8b 100644
--- a/kstars/kstars/indi/webcam/ccvt_misc.c
+++ b/kstars/kstars/indi/webcam/ccvt_misc.c
@@ -19,7 +19,7 @@
reached at nemosoft@smcc.demon.nl.
*/
-/* This file contains CCVT functions that aren't available in assembly yet
+/* This file tqcontains CCVT functions that aren't available in assembly yet
(or are not worth programming)
*/
@@ -31,7 +31,7 @@
* CCMAIL: kstars-devel@kde.org
*
* Revision 1.1 2004/06/26 23:12:03 mutlaqja
- * Hopefully this will fix compile issues on 64bit archs, and FreeBSD, among others. The assembly code is replaced with a more portable, albeit slower C implementation. I imported the videodev.h header after cleaning it for user space.
+ * Hopefully this will fix compile issues on 64bit archs, and FreeBSD, among others. The assembly code is tqreplaced with a more portable, albeit slower C implementation. I imported the videodev.h header after cleaning it for user space.
*
* Anyone who has problems compiling this, please report the problem to kstars-devel@kde.org
*