summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 02:16:13 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-13 02:16:13 -0500
commitd35b674d5e26eed5158e1319c7f97dfb2bbbe929 (patch)
treedfbc69b19c0b2e62bc77e07636dc6a5e1545e20a
parenta58191c533f623d69dd3eb91c6b3bd23085fab91 (diff)
downloadkile-d35b674d.tar.gz
kile-d35b674d.zip
Fix inadvertent "TQ" changes.
-rw-r--r--src/kile/quickdocumentdialog.h4
-rw-r--r--src/kile/quickpreview.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/kile/quickdocumentdialog.h b/src/kile/quickdocumentdialog.h
index 13d0e07..5631d31 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 c4972f1..e1a4338 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"