X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fstatusnotifieritemdbus.h;h=6276ca28dea40e874c800aaeffa53b60fa4531bc;hb=6fd69e84e6c395a108e6b2620c6428907b7d7efd;hp=9c75132dc63f797db34abd767ba3607189ef2b99;hpb=0ec85b3e2ce83908af510a25d40eb2b9a0f0ffed;p=quassel.git diff --git a/src/qtui/statusnotifieritemdbus.h b/src/qtui/statusnotifieritemdbus.h index 9c75132d..6276ca28 100644 --- a/src/qtui/statusnotifieritemdbus.h +++ b/src/qtui/statusnotifieritemdbus.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef STATUSNOTIFIERITEMDBUS_H_ @@ -77,14 +77,14 @@ public: QDBusConnection dbusConnection() const; /** - * Register the service to DBus + * Register the StatusNotifierItem to DBus */ - void registerService(); + void registerTrayIcon(); /** - * Unregister the service from DBus + * Unregister the StatusNotifierItem from DBus */ - void unregisterService(); + void unregisterTrayIcon(); /** * @return the service this object is registered on the bus under @@ -227,7 +227,6 @@ Q_SIGNALS: private: StatusNotifierItem *m_statusNotifierItem; - QString m_service; QDBusConnection m_dbus; static int s_serviceCount; };