summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/queries/kexiquerypart.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-13 13:15:14 -0600
committerTimothy Pearson <[email protected]>2012-01-13 13:15:14 -0600
commit735d75d6ce19269dc5faa00abc8f88ff30ce2f23 (patch)
tree4e85ad9cc0479892232125234c6b71c4f17ac611 /kexi/plugins/queries/kexiquerypart.h
parentb180811d9a814c638032f77aaf02e84a3126328c (diff)
downloadkoffice-735d75d6ce19269dc5faa00abc8f88ff30ce2f23.tar.gz
koffice-735d75d6ce19269dc5faa00abc8f88ff30ce2f23.zip
Fix inadvertent TQt string conversions
This closes Bug 782
Diffstat (limited to 'kexi/plugins/queries/kexiquerypart.h')
-rw-r--r--kexi/plugins/queries/kexiquerypart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/plugins/queries/kexiquerypart.h b/kexi/plugins/queries/kexiquerypart.h
index 1fb2063c..f404e6e6 100644
--- a/kexi/plugins/queries/kexiquerypart.h
+++ b/kexi/plugins/queries/kexiquerypart.h
@@ -18,8 +18,8 @@
* Boston, MA 02110-1301, USA.
*/
-#ifndef KEXITQUERYPART_H
-#define KEXITQUERYPART_H
+#ifndef KEXIQUERYPART_H
+#define KEXIQUERYPART_H
#include <tqmap.h>