diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-16 14:05:00 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-16 14:05:00 -0600 |
commit | a89a04c088f565ffda320d85b48b7a986e95d6f7 (patch) | |
tree | 447bf5360703d53fedf3d911f10e4ef60ddd6d05 | |
parent | c9da739cda5b0a21189dc42c21b0a479eca2ab1f (diff) | |
download | tdeaddons-a89a04c088f565ffda320d85b48b7a986e95d6f7.tar.gz tdeaddons-a89a04c088f565ffda320d85b48b7a986e95d6f7.zip |
Fix unintended renaming
-rw-r--r-- | konq-plugins/akregator/konqfeedicon.h | 4 | ||||
-rw-r--r-- | konq-plugins/microformat/konqmficon.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/konq-plugins/akregator/konqfeedicon.h b/konq-plugins/akregator/konqfeedicon.h index 4f102b1..519007f 100644 --- a/konq-plugins/akregator/konqfeedicon.h +++ b/konq-plugins/akregator/konqfeedicon.h @@ -22,8 +22,8 @@ without including the source code for TQt in the source distribution. */ -#ifndef KONTQFEEDICON_H -#define KONTQFEEDICON_H +#ifndef KONQFEEDICON_H +#define KONQFEEDICON_H #include <tqguardedptr.h> #include <tdeparts/plugin.h> diff --git a/konq-plugins/microformat/konqmficon.h b/konq-plugins/microformat/konqmficon.h index a69eee5..f3182cb 100644 --- a/konq-plugins/microformat/konqmficon.h +++ b/konq-plugins/microformat/konqmficon.h @@ -21,8 +21,8 @@ without including the source code for TQt in the source distribution. */ -#ifndef KONTQFEEDICON_H -#define KONTQFEEDICON_H +#ifndef KONQFEEDICON_H +#define KONQFEEDICON_H #include <tdehtml_part.h> #include <tdeparts/plugin.h> |