Bug 76618

Summary: CR at end of line in source file
Product: [Frameworks and Libraries] kdelibs Reporter: The Written Word <bugzilla-kde>
Component: generalAssignee: Stephan Kulow <coolo>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Other   
Latest Commit: Version Fixed In:
Attachments: Patch

Description The Written Word 2004-03-03 05:24:12 UTC
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.
Comment 1 The Written Word 2004-03-03 05:24:50 UTC
Created attachment 4985 [details]
Patch
Comment 2 Stephan Kulow 2004-03-03 09:24:32 UTC
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 );