summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/tables/kexitablepart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/tables/kexitablepart.cpp')
-rw-r--r--kexi/plugins/tables/kexitablepart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/tables/kexitablepart.cpp b/kexi/plugins/tables/kexitablepart.cpp
index 55c8be5d..07541f4d 100644
--- a/kexi/plugins/tables/kexitablepart.cpp
+++ b/kexi/plugins/tables/kexitablepart.cpp
@@ -85,7 +85,7 @@ void KexiTablePart::initInstanceActions()
{
//moved to main window createSharedAction(Kexi::DataViewMode, i18n("Filter"), "filter", 0, "tablepart_filter");
- KAction *a = createSharedToggleAction(
+ TDEAction *a = createSharedToggleAction(
Kexi::DesignViewMode, i18n("Primary Key"), "key", 0, "tablepart_toggle_pkey");
// Kexi::DesignViewMode, i18n("Toggle Primary Key"), "key", 0, "tablepart_toggle_pkey");
a->setWhatsThis(i18n("Sets or removes primary key for currently selected field."));