[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-pim
Subject:    [Kde-pim] [PATCH] signal/slot bug in KDateEdit
From:       Tobias Koenig <tokoe () kde ! org>
Date:       2002-09-15 11:58:06
[Download RAW message or body]

Hi,

is the attached patch ok to commit?
There is no dateSelected() or dateEntered() signal, only slots...

Ciao,
Tobias
-- 
In a world without walls and fences who
needs Windows and Gates???

["kdateedit.diff" (text/plain)]

? kdateedit.diff
Index: kdateedit.cpp
===================================================================
RCS file: /home/kde/kdepim/libkdepim/kdateedit.cpp,v
retrieving revision 1.8
diff -u -b -p -r1.8 kdateedit.cpp
--- kdateedit.cpp	2002/09/14 22:36:10	1.8
+++ kdateedit.cpp	2002/09/15 11:59:46
@@ -57,8 +57,8 @@ KDateEdit::KDateEdit(QWidget *parent, co
   connect(this,SIGNAL(textChanged(const QString &)),
           SLOT(slotTextChanged(const QString &)));
 
-  connect(mDatePicker,SIGNAL(dateEntered(QDate)),SIGNAL(dateEntered(QDate)));
-  connect(mDatePicker,SIGNAL(dateSelected(QDate)),SIGNAL(dateSelected(QDate)));
+  connect(mDatePicker,SIGNAL(dateEntered(QDate)),SLOT(dateEntered(QDate)));
+  connect(mDatePicker,SIGNAL(dateSelected(QDate)),SLOT(dateSelected(QDate)));
 
   // Create the keyword list. This will be used to match against when the user
   // enters information.

_______________________________________________
kde-pim mailing list
kde-pim@mail.kde.org
http://mail.kde.org/mailman/listinfo/kde-pim
kde-pim home page at http://pim.kde.org/

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic