diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:06:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:06:16 -0600 |
commit | 7717bcec2ad7d94e3f38a2e831bafa60a525f7d2 (patch) | |
tree | 77ffa8fe14318bb3a285cae65dbe622bcbbcb3f9 /src/entryeditdialog.cpp | |
parent | b5cff83092d97189b5a55e1a996995207bc3016c (diff) | |
download | tellico-7717bcec2ad7d94e3f38a2e831bafa60a525f7d2.tar.gz tellico-7717bcec2ad7d94e3f38a2e831bafa60a525f7d2.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/entryeditdialog.cpp')
-rw-r--r-- | src/entryeditdialog.cpp | 4 |
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); |