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

List:       kde-commits
Subject:    KDE/kdegraphics
From:       Laurent Montel <montel () kde ! org>
Date:       2006-12-31 18:31:10
Message-ID: 1167589870.444337.31181.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 618254 by mlaurent:

Fix signal/slot


 M  +1 -1      kuickshow/src/generalwidget.cpp  
 M  +1 -1      kuickshow/src/kurlwidget.cpp  
 M  +1 -1      ligature/plugins/dvi/optionDialogSpecialWidget.cpp  
 M  +1 -1      ligature/plugins/pdf/optionDialogPdfWidget.cpp  


--- trunk/KDE/kdegraphics/kuickshow/src/generalwidget.cpp #618253:618254
@@ -51,7 +51,7 @@
   logo->setTipText( i18n( "Open KuickShow Website" ) );
   logo->setUseTips( true );
 
-  connect( logo, SIGNAL( leftClickedURL( const QString & ) ),
+  connect( logo, SIGNAL( leftClickedUrl( const QString & ) ),
             SLOT( slotURLClicked( const QString & ) ) );
 
   layout->addWidget( logo, 0, Qt::AlignRight );
--- trunk/KDE/kdegraphics/kuickshow/src/kurlwidget.cpp #618253:618254
@@ -25,7 +25,7 @@
     : KUrlLabel( parent )
 {
     setText( text );
-    connect( this, SIGNAL( leftClickedURL() ), SLOT( run() ));
+    connect( this, SIGNAL( leftClickedUrl() ), SLOT( run() ));
     setUseTips( true );
 }
 
--- trunk/KDE/kdegraphics/ligature/plugins/dvi/optionDialogSpecialWidget.cpp \
#618253:618254 @@ -69,7 +69,7 @@
     usersEditorCommand = currentEditorCommand;
   slotComboBox(i);
 
-  connect(urll, SIGNAL(leftClickedURL(const QString&)), this, \
SLOT(slotExtraHelpButton(const QString&))); +  connect(urll, \
SIGNAL(leftClickedUrl(const QString&)), this, SLOT(slotExtraHelpButton(const \
QString&)));  connect(editorChoice, SIGNAL( activated( int ) ), this, SLOT( \
slotComboBox( int ) ) );  
   // Editor description strings (and their translations) vary in
--- trunk/KDE/kdegraphics/ligature/plugins/pdf/optionDialogPdfWidget.cpp \
#618253:618254 @@ -84,7 +84,7 @@
     usersEditorCommand = currentEditorCommand;
   slotComboBox(i);
 
-  connect(urll, SIGNAL(leftClickedURL(const QString&)), this, \
SLOT(slotExtraHelpButton(const QString&))); +  connect(urll, \
SIGNAL(leftClickedUrl(const QString&)), this, SLOT(slotExtraHelpButton(const \
QString&)));  connect(editorChoice, SIGNAL(activated(int)), this, \
SLOT(slotComboBox(int)));  
   // Editor description strings (and their translations) vary in


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

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