diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:22:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:22:07 -0600 |
commit | e46eba349e7029d919b213b7130086503d1e042e (patch) | |
tree | c99ad6970d22aa80d905a7129d87aa627ae26801 /kbabel/commonui/context.cpp | |
parent | df726f3e9706e8264827dc1dc8338225c3b6434f (diff) | |
download | tdesdk-e46eba349e7029d919b213b7130086503d1e042e.tar.gz tdesdk-e46eba349e7029d919b213b7130086503d1e042e.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kbabel/commonui/context.cpp')
-rw-r--r-- | kbabel/commonui/context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/commonui/context.cpp b/kbabel/commonui/context.cpp index 1c6ded1e..0ae00003 100644 --- a/kbabel/commonui/context.cpp +++ b/kbabel/commonui/context.cpp @@ -31,7 +31,7 @@ **************************************************************************** */ #include "context.h" -#include "klisteditor.h" +#include "tdelisteditor.h" #include "kbprojectsettings.h" #include <tqcombobox.h> |