┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/draganddrophelper.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-11-13 17:22:35 +0000
committerPeter Penz <[email protected]>2008-11-13 17:22:35 +0000
commitc0fd7f2a19d82e91df1ec795aee7b335b442f0e8 (patch)
tree792cb872125f930c7d28c774bbe168b9d7198e6c /src/draganddrophelper.h
parenta49fe38e3eb59e8a5893bfe79f35a51c0acbb4eb (diff)
* show an error message instead of an information message when an invalid dragging is done
* show an error message if a folder is dropped on to itself svn path=/trunk/KDE/kdebase/apps/; revision=883836
Diffstat (limited to 'src/draganddrophelper.h')
-rw-r--r--src/draganddrophelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draganddrophelper.h b/src/draganddrophelper.h
index 907dd0c2c..e62897208 100644
--- a/src/draganddrophelper.h
+++ b/src/draganddrophelper.h
@@ -76,7 +76,7 @@ public:
QDropEvent* event,
QWidget* widget);
signals:
- void informationMessage(const QString& msg);
+ void errorMessage(const QString& msg);
private:
DragAndDropHelper();