summaryrefslogtreecommitdiffstats
path: root/src/entryeditdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entryeditdialog.cpp')
-rw-r--r--src/entryeditdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entryeditdialog.cpp b/src/entryeditdialog.cpp
index a6d5dd5..5d29160 100644
--- a/src/entryeditdialog.cpp
+++ b/src/entryeditdialog.cpp
@@ -85,7 +85,7 @@ EntryEditDialog::EntryEditDialog(TQWidget* parent_, const char* name_)
setButtonGuiItem(m_nextBtn, next);
setButtonGuiItem(m_prevBtn, prev);
- KAccel* accel = new KAccel(this);
+ TDEAccel* accel = new TDEAccel(this);
accel->insert(TQString::fromLatin1("Go Prev"), TQString(), prev.toolTip(), TQt::Key_PageUp,
Controller::self(), TQT_SLOT(slotGoPrevEntry()));
accel->insert(TQString::fromLatin1("Go Next"), TQString(), next.toolTip(), TQt::Key_PageDown,
@@ -264,7 +264,7 @@ void EntryEditDialog::setLayout(Data::CollPtr coll_) {
// update keyboard accels
// only want to manage tabBar()
- KAcceleratorManager::manage(m_tabs->tabBar());
+ TDEAcceleratorManager::manage(m_tabs->tabBar());
m_tabs->setCurrentPage(0);