Tellico

RedHat 9 and Tellico crashing

I’ve had a couple users email me about being unable to start Tellico on RedHat 9, which uses KDE 3.1.
Looks like it’s a problem with KAcceleratorManager, and I can’t reproduce it on my local install of KDE 3.1. The quick way to fix the issue is to remove lines 211-215 in src/entryeditdialog.cpp, which start with
#if KDE_IS_VERSION(3,2,90)
and remove the lines up to and including the next
#endif

The only loss is not having keyboard shortcuts to the different tabs in the Entry Editor.