Version: (using KDE KDE 3.2.0) Installed from: Compiled From Sources Compiler: Compaq C++ V6.5-040 OS: Other kdeui/kkeydialog.h has a ^M at the end of line 205, causing a problem for the Tru64 UNIX C++ compiler.
Created attachment 4985 [details] Patch
CVS commit by coolo: removing strange character CCMAIL: 76618-done@bugs.kde.org M +3 -3 kkeydialog.h 1.82 --- kdelibs/kdeui/kkeydialog.h #1.81:1.82 @@ -203,5 +203,5 @@ class KKeyChooser : public QWidget private: bool isKeyPresentLocally( const KShortcut& cut, KKeyChooserItem* ignoreItem, bool bWarnUser ); - static bool promptForReassign( const KKeySequence& cut, const QString& sAction, ActionType action, QWidget* parent ) ; + static bool promptForReassign( const KKeySequence& cut, const QString& sAction, ActionType action, QWidget* parent ); static void removeStandardShortcut( const QString& name, KKeyChooser* chooser ); static void removeGlobalShortcut( const QString& name, KKeyChooser* chooser );