summaryrefslogtreecommitdiff
path: root/noncore/applets/notesapplet/notes.cpp
Unidiff
Diffstat (limited to 'noncore/applets/notesapplet/notes.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/applets/notesapplet/notes.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/applets/notesapplet/notes.cpp b/noncore/applets/notesapplet/notes.cpp
index 2d38e97..76cb6c1 100644
--- a/noncore/applets/notesapplet/notes.cpp
+++ b/noncore/applets/notesapplet/notes.cpp
@@ -405,13 +405,13 @@ void NotesControl::slotViewEdited() {
405// } 405// }
406// if(e->key() == Key_X) { //cut 406// if(e->key() == Key_X) { //cut
407// } 407// }
408// if(e->key() == Key_V) { //paste 408// if(e->key() == Key_V) { //paste
409// QClipboard *cb = QApplication::clipboard(); 409// QClipboard *cb = QApplication::clipboard();
410// QString text; 410// QString text;
411// view 411// //view
412// cb->setText(); 412// cb->setText();
413// } 413// }
414// break; 414// break;
415// }; 415// };
416// QWidget::keyReleaseEvent(e); 416// QWidget::keyReleaseEvent(e);
417// } 417// }
@@ -434,13 +434,13 @@ void NotesApplet::mousePressEvent( QMouseEvent *) {
434 vc->save(); 434 vc->save();
435 vc->close(); 435 vc->close();
436 } else { 436 } else {
437// vc = new NotesControl; 437// vc = new NotesControl;
438// QPoint curPos = mapToGlobal( rect().topLeft() ); 438// QPoint curPos = mapToGlobal( rect().topLeft() );
439 vc->show(); 439 vc->show();
440 vc->move( 5, 18); 440 vc->move( 2, 28);
441 vc->doPopulate=true; 441 vc->doPopulate=true;
442 vc->populateBox(); 442 vc->populateBox();
443 vc->doPopulate=false; 443 vc->doPopulate=false;
444 vc->loaded=false; 444 vc->loaded=false;
445 445
446 vc->load(); 446 vc->load();