summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/vmemo/vmemo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/applets/vmemo/vmemo.cpp b/core/applets/vmemo/vmemo.cpp
index 4b668de..ec46340 100644
--- a/core/applets/vmemo/vmemo.cpp
+++ b/core/applets/vmemo/vmemo.cpp
@@ -24,2 +24,3 @@
24#include <linux/soundcard.h> 24#include <linux/soundcard.h>
25
25#include <string.h> 26#include <string.h>
@@ -27,3 +28,2 @@
27#include <errno.h> 28#include <errno.h>
28#include <string.h>
29 29
@@ -295,3 +295,3 @@ void VMemo::mousePressEvent( QMouseEvent *me )
295 qDebug("filename will be "+fileName); 295 qDebug("filename will be "+fileName);
296 if( !fileName.right(1).find('/') == -1) 296 if( fileName.right(1).find('/') == -1)
297 fileName+="/"; 297 fileName+="/";