summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/notesapplet/notes.cpp4
-rw-r--r--noncore/applets/notesapplet/notes.h1
2 files changed, 2 insertions, 3 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
@@ -407,9 +407,9 @@ void NotesControl::slotViewEdited() {
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// };
@@ -436,9 +436,9 @@ void NotesApplet::mousePressEvent( QMouseEvent *) {
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;
diff --git a/noncore/applets/notesapplet/notes.h b/noncore/applets/notesapplet/notes.h
index a593881..28877ce 100644
--- a/noncore/applets/notesapplet/notes.h
+++ b/noncore/applets/notesapplet/notes.h
@@ -34,9 +34,8 @@ class QListBoxItem;
34class NotesControl : public QFrame { 34class NotesControl : public QFrame {
35 Q_OBJECT 35 Q_OBJECT
36public: 36public:
37 NotesControl( QWidget *parent=0, const char *name=0 ); 37 NotesControl( QWidget *parent=0, const char *name=0 );
38 void performGrab();
39 38
40 QPixmap notes; 39 QPixmap notes;
41 QMultiLineEdit *view; 40 QMultiLineEdit *view;
42 QListBox *box; 41 QListBox *box;