diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:55 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:02:00 +0200 |
commit | 533bad2a1503973aaf8186691422c2eda91d02d4 (patch) | |
tree | f7e52f62416048859aa9bde8425e20aac0e7c669 /tderesources/egroupware/synchronizer.h | |
parent | 8144d5434bbd1c4448a37695aed6ad3d348043d8 (diff) | |
download | tdepim-533bad2a1503973aaf8186691422c2eda91d02d4.tar.gz tdepim-533bad2a1503973aaf8186691422c2eda91d02d4.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tderesources/egroupware/synchronizer.h')
-rw-r--r-- | tderesources/egroupware/synchronizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/egroupware/synchronizer.h b/tderesources/egroupware/synchronizer.h index e9183bd20..ed9fd1353 100644 --- a/tderesources/egroupware/synchronizer.h +++ b/tderesources/egroupware/synchronizer.h @@ -25,7 +25,7 @@ #include <tqobject.h> /** - A small helper class which blocks an asynchronous operation (e.g. a KIO request) + A small helper class which blocks an asynchronous operation (e.g. a TDEIO request) so that it can be used in a synchronous environment. Example: |