From be40ba82147eab1f10a4f96a7a3cfef5f4a520bb Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Fri, 8 Oct 2010 06:15:44 +0000 Subject: use applicationName and organizationName --- examples/GuiClient/utils.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/GuiClient/utils.cpp') diff --git a/examples/GuiClient/utils.cpp b/examples/GuiClient/utils.cpp index cfb5b029..ab1dfc14 100644 --- a/examples/GuiClient/utils.cpp +++ b/examples/GuiClient/utils.cpp @@ -102,7 +102,6 @@ QString presenceToStatusText(const QXmppPresence& presence) QString getSettingsDir(const QString& bareJid) { QString dir = QDesktopServices::storageLocation(QDesktopServices::DataLocation); - dir.append("/qxmpp"); if(bareJid.isEmpty()) return dir + "/"; else -- cgit v1.2.3