summaryrefslogtreecommitdiffstats
path: root/kexi/kexidb/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/kexidb/driver.h')
-rw-r--r--kexi/kexidb/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/kexidb/driver.h b/kexi/kexidb/driver.h
index 2221fc09..15ef6c96 100644
--- a/kexi/kexidb/driver.h
+++ b/kexi/kexidb/driver.h
@@ -55,7 +55,7 @@ class DriverPrivate;
where:
- CLASS_NAME is actual driver's class name, e.g. MySqlDriver
- INTERNAL_NAME is driver name's most significant part (without quotation marks), e.g. mysql
- Above information uses K_EXPORT_COMPONENT_FACTORY macro for KTrader to find the module's entry point.
+ Above information uses K_EXPORT_COMPONENT_FACTORY macro for TDETrader to find the module's entry point.
For example, this line declares kexidb_mysqldriver.so module's entry point:
\code
KEXIDB_DRIVER_INFO( MySqlDriver, mysql );