From a70be712fd5b33071c4733c47f810948d86dd4d8 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 29 Jul 2009 21:56:37 +0000 Subject: Allow the revision control plugins to indicate information-, error- and operation-completed messages. svn path=/trunk/KDE/kdebase/apps/; revision=1004346 --- src/dolphinpart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinpart.h') diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 4a030af89..66f397589 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -113,7 +113,7 @@ Q_SIGNALS: private Q_SLOTS: void slotCompleted(const KUrl& url); void slotCanceled(const KUrl& url); - void slotInfoMessage(const QString& msg); + void slotMessage(const QString& msg); void slotErrorMessage(const QString& msg); /** * Shows the information for the item \a item inside the statusbar. If the -- cgit v1.3.1