diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:50:54 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:50:54 -0500 |
commit | 92f04a8d48a55143b9279c13b560762fa01ac7e1 (patch) | |
tree | a9b84d599925fa8f308b7d3ea9873cea4ff86e2e | |
parent | 8e7bce5f62ad50682fbee163e913e06f32b360dd (diff) | |
download | adept-92f04a8d48a55143b9279c13b560762fa01ac7e1.tar.gz adept-92f04a8d48a55143b9279c13b560762fa01ac7e1.zip |
Fix inadvertent "TQ" changes.
-rw-r--r-- | adept/adept/quickfilter.h | 4 | ||||
-rw-r--r-- | adept/libadept/quickfilter.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/adept/adept/quickfilter.h b/adept/adept/quickfilter.h index 85dec24..c3b3a7f 100644 --- a/adept/adept/quickfilter.h +++ b/adept/adept/quickfilter.h @@ -15,8 +15,8 @@ #include <adept/lister.h> #include <adept/utils.h> -#ifndef EPT_TQUICKFILTER_H -#define EPT_TQUICKFILTER_H +#ifndef EPT_QUICKFILTER_H +#define EPT_QUICKFILTER_H class KLineEdit; diff --git a/adept/libadept/quickfilter.h b/adept/libadept/quickfilter.h index 85dec24..c3b3a7f 100644 --- a/adept/libadept/quickfilter.h +++ b/adept/libadept/quickfilter.h @@ -15,8 +15,8 @@ #include <adept/lister.h> #include <adept/utils.h> -#ifndef EPT_TQUICKFILTER_H -#define EPT_TQUICKFILTER_H +#ifndef EPT_QUICKFILTER_H +#define EPT_QUICKFILTER_H class KLineEdit; |