author | llornkcor <llornkcor> | 2002-09-27 18:09:40 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-09-27 18:09:40 (UTC) |
commit | 4c1c6d7e8f8b9c207e88767808631b1780d099bf (patch) (side-by-side diff) | |
tree | b7616c5293ad422294ea106dc058bf91bfc36ea8 | |
parent | 44c98b497ff1cb8cddba10b56435f136a583cce2 (diff) | |
download | opie-4c1c6d7e8f8b9c207e88767808631b1780d099bf.zip opie-4c1c6d7e8f8b9c207e88767808631b1780d099bf.tar.gz opie-4c1c6d7e8f8b9c207e88767808631b1780d099bf.tar.bz2 |
remove old function
-rw-r--r-- | noncore/applets/notesapplet/notes.cpp | 4 | ||||
-rw-r--r-- | noncore/applets/notesapplet/notes.h | 1 |
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 @@ -409,5 +409,5 @@ void NotesControl::slotViewEdited() { // QClipboard *cb = QApplication::clipboard(); // QString text; -// view +// //view // cb->setText(); // } @@ -438,5 +438,5 @@ void NotesApplet::mousePressEvent( QMouseEvent *) { // QPoint curPos = mapToGlobal( rect().topLeft() ); vc->show(); - vc->move( 5, 18); + vc->move( 2, 28); vc->doPopulate=true; vc->populateBox(); 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 @@ -36,5 +36,4 @@ class NotesControl : public QFrame { public: NotesControl( QWidget *parent=0, const char *name=0 ); - void performGrab(); QPixmap notes; |