replaced '/home/user' in the addressbar with '~'
[case] / src / addressbar.h
index 11fec38..9676e0f 100644 (file)
@@ -1,5 +1,5 @@
 // case - file manager for N900
-// Copyright (C) 2010 Lukas Hrazky
+// Copyright (C) 2010 Lukas Hrazky <lukkash@email.cz>
 // 
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -31,6 +31,9 @@ signals:
 public:
     explicit AddressBar(QWidget *parent = 0);
 
+public slots:
+    void setText(const QString &text);
+
 protected:
     void mousePressEvent(QMouseEvent *event);