[Kita-svn] [2454] remove a connection

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 7月 20日 (月) 07:19:27 JST


Revision: 2454
          http://sourceforge.jp/projects/kita/svn/view?view=rev&revision=2454
Author:   nogu
Date:     2009-07-20 07:19:27 +0900 (Mon, 20 Jul 2009)

Log Message:
-----------
remove a connection

Modified Paths:
--------------
    kita/branches/KITA-KDE4/kita/src/prefs/prefs.cpp

Modified: kita/branches/KITA-KDE4/kita/src/prefs/prefs.cpp
===================================================================
--- kita/branches/KITA-KDE4/kita/src/prefs/prefs.cpp	2009-07-19 22:13:30 UTC (rev 2453)
+++ kita/branches/KITA-KDE4/kita/src/prefs/prefs.cpp	2009-07-19 22:19:27 UTC (rev 2454)
@@ -56,9 +56,6 @@
     connect(m_loginPage, SIGNAL(changed()), SLOT(slotChanged()));
     connect(m_writePage, SIGNAL(changed()), SLOT(slotChanged()));
 
-    connect(this,
-            SIGNAL(currentPageChanged(KPageWidgetItem*, KPageWidgetItem*)),
-            SLOT(slotCurrentPageChanged()));
     connect(this, SIGNAL(applyClicked()), this, SLOT(slotApply()));
     connect(this, SIGNAL(okClicked()), this, SLOT(slotOk()));
 }




Kita-svn メーリングリストの案内
Back to archive index