diff kdiff3/src-QT4/guiutils.h @ 95:6f42f5bd218e

- OS2-port by Silvan Scherrer - Fixed writing to KIO. - Fix crash on A/B-overview (infinite recursion)
author joachim99
date Sun, 28 Feb 2010 20:32:34 +0000
parents e10fc1ab21a2
children
line wrap: on
line diff
--- a/kdiff3/src-QT4/guiutils.h	Sun Feb 28 19:43:48 2010 +0000
+++ b/kdiff3/src-QT4/guiutils.h	Sun Feb 28 20:32:34 2010 +0000
@@ -52,7 +52,7 @@
       KToggleAction* theAction = new KToggleAction(ac);
       ac->addAction( actionName, theAction );
       theAction->setText( text );
-      QObject::connect( theAction, SIGNAL( toggled(bool) ), receiver, slot );
+      QObject::connect( theAction, SIGNAL( triggered(bool) ), receiver, slot );
       return theAction;
    }