diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:16:08 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:16:08 -0500 |
commit | d08e3983f108adde3d605a126304b60198dcde77 (patch) | |
tree | cdb45b374274f5a4f4dae99f83968c35f6dbbd28 /korn | |
parent | b453dab0d1213b773d7cf6a17856918cbab9f665 (diff) | |
download | tdepim-d08e3983f108adde3d605a126304b60198dcde77.tar.gz tdepim-d08e3983f108adde3d605a126304b60198dcde77.zip |
Fix inadvertent tqt changes.
Diffstat (limited to 'korn')
-rw-r--r-- | korn/kio_count.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/kio_count.h b/korn/kio_count.h index 25616e603..93222a700 100644 --- a/korn/kio_count.h +++ b/korn/kio_count.h @@ -25,7 +25,7 @@ #include "kio.h" //Alsewise, no access to KKioDrop::FileInfo (needed in template) -#include <kio/global.h> //FIXME: without this, tqmoc-compiler fails. +#include <kio/global.h> //FIXME: without this, moc-compiler fails. class KIO_Protocol; class KIO_Single_Subject; |