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

List:       kde-commits
Subject:    kdeutils/kjots
From:       Stanislav Kljuhhin <crz () starman ! ee>
Date:       2003-10-26 9:02:49
[Download RAW message or body]

CVS commit by crzcrz: 

use StdAction::pasteText() instead of KStdAction::paste()


  M +1 -1      KJotsMain.cpp   1.126


--- kdeutils/kjots/KJotsMain.cpp  #1.125:1.126
@@ -142,5 +142,5 @@ KJotsMain::KJotsMain(const char* name)
     connect(me_text, SIGNAL(copyAvailable(bool)), action, SLOT(setEnabled(bool)));
     action->setEnabled(false);
-    action  = KStdAction::paste(me_text, SLOT(paste()), actionCollection());
+    action  = KStdAction::pasteText(me_text, SLOT(paste()), actionCollection());
 
     action = KStdAction::find( this, SLOT( slotSearch() ), actionCollection() );


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

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