creator/inc/notifications.h
changeset 51 b048e15729d6
parent 28 4cc0d1a608c1
--- a/creator/inc/notifications.h	Mon Aug 23 15:50:54 2010 +0300
+++ b/creator/inc/notifications.h	Fri Sep 03 17:11:21 2010 +0300
@@ -59,7 +59,7 @@
     /**
      * shows global HbGlobalCommonNote type note
      */
-	static void showGlobalNote(const QString& text, HbMessageBox::MessageBoxType type, HbPopup::DefaultTimeout timeout = HbPopup::ConfirmationNoteTimeout);
+	static void showGlobalNote(const QString& text, HbMessageBox::MessageBoxType type, int timeout = 1000 );
     };
 
 class CreatorDialog