diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 02:16:13 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-25 03:58:22 +0200 |
commit | 504dc4ef35b45df8728abfa66d42b6a17b4df2b2 (patch) | |
tree | 00c8781f070a5b896adda12a63f25bc84bd856b1 | |
parent | fab3c4f079af14f35b9f8c74919418e60a54659f (diff) | |
download | kile-504dc4ef35b45df8728abfa66d42b6a17b4df2b2.tar.gz kile-504dc4ef35b45df8728abfa66d42b6a17b4df2b2.zip |
Fix inadvertent "TQ" changes.
(cherry picked from commit d35b674d5e26eed5158e1319c7f97dfb2bbbe929)
-rw-r--r-- | src/kile/quickdocumentdialog.h | 4 | ||||
-rw-r--r-- | src/kile/quickpreview.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/kile/quickdocumentdialog.h b/src/kile/quickdocumentdialog.h index 1c7ef7a..9fb8523 100644 --- a/src/kile/quickdocumentdialog.h +++ b/src/kile/quickdocumentdialog.h @@ -16,8 +16,8 @@ email : holger.danielsson@t-online.de * * ***************************************************************************/ -#ifndef KILEDIALOGTQUICKDOCHEADER_H -#define KILEDIALOGTQUICKDOCHEADER_H +#ifndef KILEDIALOGQUICKDOCHEADER_H +#define KILEDIALOGQUICKDOCHEADER_H #include <tqmap.h> #include <tqvaluelist.h> diff --git a/src/kile/quickpreview.h b/src/kile/quickpreview.h index 222ade1..8220e47 100644 --- a/src/kile/quickpreview.h +++ b/src/kile/quickpreview.h @@ -14,8 +14,8 @@ * * ***************************************************************************/ -#ifndef TQUICKPREVIEW_H -#define TQUICKPREVIEW_H +#ifndef QUICKPREVIEW_H +#define QUICKPREVIEW_H #include "kileinfo.h" #include "kiletool.h" |