diff options
author | Darrell Anderson <[email protected]> | 2012-04-13 01:26:43 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-13 01:26:43 -0500 |
commit | b5528c18eb8080cdf8aad4e0357e337b3d8a5f96 (patch) | |
tree | 41561db84b7b72f0643f1a59157cb8d676c626af /parts/quickopen/quickopen_part.h | |
parent | 7e28a2cd0e6663c45848f47fff28365466a5dc87 (diff) | |
download | tdevelop-b5528c18eb8080cdf8aad4e0357e337b3d8a5f96.tar.gz tdevelop-b5528c18eb8080cdf8aad4e0357e337b3d8a5f96.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'parts/quickopen/quickopen_part.h')
-rw-r--r-- | parts/quickopen/quickopen_part.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/quickopen/quickopen_part.h b/parts/quickopen/quickopen_part.h index 8af36c67..304a78ae 100644 --- a/parts/quickopen/quickopen_part.h +++ b/parts/quickopen/quickopen_part.h @@ -18,8 +18,8 @@ * */ -#ifndef __KDEVPART_TQUICKOPEN_H__ -#define __KDEVPART_TQUICKOPEN_H__ +#ifndef __KDEVPART_QUICKOPEN_H__ +#define __KDEVPART_QUICKOPEN_H__ #include <tqguardedptr.h> #include <kdevquickopen.h> |