diff options
Diffstat (limited to 'kexi/plugins/tables/kexitabledesignerview_p.h')
-rw-r--r-- | kexi/plugins/tables/kexitabledesignerview_p.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kexi/plugins/tables/kexitabledesignerview_p.h b/kexi/plugins/tables/kexitabledesignerview_p.h index 206c295c..0b689d64 100644 --- a/kexi/plugins/tables/kexitabledesignerview_p.h +++ b/kexi/plugins/tables/kexitabledesignerview_p.h @@ -52,7 +52,7 @@ class CommandHistory : public KCommandHistory Q_OBJECT public: - CommandHistory(KActionCollection *actionCollection, bool withMenus = true); + CommandHistory(TDEActionCollection *actionCollection, bool withMenus = true); const TQPtrList<KCommand>& commands() const { return m_commandsToUndo; } @@ -141,9 +141,9 @@ class KexiTableDesignerViewPrivate int row; //!< used to know if a new row is selected in slotCellSelected() - KToggleAction *action_toggle_pkey; + TDEToggleAction *action_toggle_pkey; - KPopupTitle *contextMenuTitle; + TDEPopupTitle *contextMenuTitle; int uniqueIdCounter; @@ -181,7 +181,7 @@ class KexiTableDesignerViewPrivate to know what return value should be. */ tristate recentResultOfStoreData; - KActionCollection* historyActionCollection; + TDEActionCollection* historyActionCollection; CommandHistory* history; //! A cache used in KexiTableDesignerView::buildField() to quickly identify |