aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2014-03-28 08:56:38 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2014-03-28 08:56:38 +0100
commit76163e167e55aef933cda4ec239ba75afd097472 (patch)
tree9d5aba12bbcf5462e274255c23f004f8abcabbbe /examples/GuiClient
parent8247a27fc75f698c97b724b4a57eaf7dba8e9934 (diff)
downloadqxmpp-76163e167e55aef933cda4ec239ba75afd097472.tar.gz
update project homepage
Diffstat (limited to 'examples/GuiClient')
-rw-r--r--examples/GuiClient/aboutDialog.cpp2
-rw-r--r--examples/GuiClient/aboutDialog.h2
-rw-r--r--examples/GuiClient/accountsCache.cpp2
-rw-r--r--examples/GuiClient/accountsCache.h2
-rw-r--r--examples/GuiClient/capabilitiesCache.cpp2
-rw-r--r--examples/GuiClient/capabilitiesCache.h2
-rw-r--r--examples/GuiClient/chatDialog.cpp2
-rw-r--r--examples/GuiClient/chatDialog.h2
-rw-r--r--examples/GuiClient/chatGraphicsScene.cpp2
-rw-r--r--examples/GuiClient/chatGraphicsScene.h2
-rw-r--r--examples/GuiClient/chatGraphicsView.cpp2
-rw-r--r--examples/GuiClient/chatGraphicsView.h2
-rw-r--r--examples/GuiClient/chatMsgGraphicsItem.cpp2
-rw-r--r--examples/GuiClient/chatMsgGraphicsItem.h2
-rw-r--r--examples/GuiClient/main.cpp2
-rw-r--r--examples/GuiClient/mainDialog.cpp2
-rw-r--r--examples/GuiClient/mainDialog.h2
-rw-r--r--examples/GuiClient/profileDialog.cpp2
-rw-r--r--examples/GuiClient/profileDialog.h2
-rw-r--r--examples/GuiClient/rosterItem.cpp2
-rw-r--r--examples/GuiClient/rosterItem.h2
-rw-r--r--examples/GuiClient/rosterItemModel.cpp2
-rw-r--r--examples/GuiClient/rosterItemModel.h2
-rw-r--r--examples/GuiClient/rosterItemSortFilterProxyModel.cpp2
-rw-r--r--examples/GuiClient/rosterItemSortFilterProxyModel.h2
-rw-r--r--examples/GuiClient/rosterListView.cpp2
-rw-r--r--examples/GuiClient/rosterListView.h2
-rw-r--r--examples/GuiClient/searchLineEdit.cpp2
-rw-r--r--examples/GuiClient/searchLineEdit.h2
-rw-r--r--examples/GuiClient/signInStatusLabel.cpp2
-rw-r--r--examples/GuiClient/signInStatusLabel.h2
-rw-r--r--examples/GuiClient/statusAvatarWidget.cpp2
-rw-r--r--examples/GuiClient/statusAvatarWidget.h2
-rw-r--r--examples/GuiClient/statusTextWidget.cpp2
-rw-r--r--examples/GuiClient/statusTextWidget.h2
-rw-r--r--examples/GuiClient/statusToolButton.cpp2
-rw-r--r--examples/GuiClient/statusToolButton.h2
-rw-r--r--examples/GuiClient/statusWidget.cpp2
-rw-r--r--examples/GuiClient/statusWidget.h2
-rw-r--r--examples/GuiClient/utils.cpp2
-rw-r--r--examples/GuiClient/utils.h2
-rw-r--r--examples/GuiClient/vCardCache.cpp2
-rw-r--r--examples/GuiClient/vCardCache.h2
-rw-r--r--examples/GuiClient/xmlConsoleDialog.cpp2
-rw-r--r--examples/GuiClient/xmlConsoleDialog.h2
45 files changed, 45 insertions, 45 deletions
diff --git a/examples/GuiClient/aboutDialog.cpp b/examples/GuiClient/aboutDialog.cpp
index 34899ce7..65805a53 100644
--- a/examples/GuiClient/aboutDialog.cpp
+++ b/examples/GuiClient/aboutDialog.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/aboutDialog.h b/examples/GuiClient/aboutDialog.h
index 2e61e97b..22c765c7 100644
--- a/examples/GuiClient/aboutDialog.h
+++ b/examples/GuiClient/aboutDialog.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/accountsCache.cpp b/examples/GuiClient/accountsCache.cpp
index bc900008..d13bded5 100644
--- a/examples/GuiClient/accountsCache.cpp
+++ b/examples/GuiClient/accountsCache.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/accountsCache.h b/examples/GuiClient/accountsCache.h
index 6736d5f6..f3cb1a52 100644
--- a/examples/GuiClient/accountsCache.h
+++ b/examples/GuiClient/accountsCache.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/capabilitiesCache.cpp b/examples/GuiClient/capabilitiesCache.cpp
index 24142c68..9a20366a 100644
--- a/examples/GuiClient/capabilitiesCache.cpp
+++ b/examples/GuiClient/capabilitiesCache.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/capabilitiesCache.h b/examples/GuiClient/capabilitiesCache.h
index c821f965..2e6eccac 100644
--- a/examples/GuiClient/capabilitiesCache.h
+++ b/examples/GuiClient/capabilitiesCache.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/chatDialog.cpp b/examples/GuiClient/chatDialog.cpp
index 9e03b102..60282802 100644
--- a/examples/GuiClient/chatDialog.cpp
+++ b/examples/GuiClient/chatDialog.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/chatDialog.h b/examples/GuiClient/chatDialog.h
index 51bf4df8..ec008ebf 100644
--- a/examples/GuiClient/chatDialog.h
+++ b/examples/GuiClient/chatDialog.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/chatGraphicsScene.cpp b/examples/GuiClient/chatGraphicsScene.cpp
index 0ce5ac9e..d032a87b 100644
--- a/examples/GuiClient/chatGraphicsScene.cpp
+++ b/examples/GuiClient/chatGraphicsScene.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/chatGraphicsScene.h b/examples/GuiClient/chatGraphicsScene.h
index a8d96ebb..f9a8fc30 100644
--- a/examples/GuiClient/chatGraphicsScene.h
+++ b/examples/GuiClient/chatGraphicsScene.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/chatGraphicsView.cpp b/examples/GuiClient/chatGraphicsView.cpp
index 784a52a5..b39a876d 100644
--- a/examples/GuiClient/chatGraphicsView.cpp
+++ b/examples/GuiClient/chatGraphicsView.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/chatGraphicsView.h b/examples/GuiClient/chatGraphicsView.h
index c51c79b2..5bb857a6 100644
--- a/examples/GuiClient/chatGraphicsView.h
+++ b/examples/GuiClient/chatGraphicsView.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/chatMsgGraphicsItem.cpp b/examples/GuiClient/chatMsgGraphicsItem.cpp
index 61e5df42..428c0387 100644
--- a/examples/GuiClient/chatMsgGraphicsItem.cpp
+++ b/examples/GuiClient/chatMsgGraphicsItem.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/chatMsgGraphicsItem.h b/examples/GuiClient/chatMsgGraphicsItem.h
index 3d227e2c..653675fd 100644
--- a/examples/GuiClient/chatMsgGraphicsItem.h
+++ b/examples/GuiClient/chatMsgGraphicsItem.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/main.cpp b/examples/GuiClient/main.cpp
index 56d8bc0d..a87eb6bb 100644
--- a/examples/GuiClient/main.cpp
+++ b/examples/GuiClient/main.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/mainDialog.cpp b/examples/GuiClient/mainDialog.cpp
index 5b5760ed..fa655cd0 100644
--- a/examples/GuiClient/mainDialog.cpp
+++ b/examples/GuiClient/mainDialog.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/mainDialog.h b/examples/GuiClient/mainDialog.h
index d2716b8d..1834074b 100644
--- a/examples/GuiClient/mainDialog.h
+++ b/examples/GuiClient/mainDialog.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/profileDialog.cpp b/examples/GuiClient/profileDialog.cpp
index 100e1ef5..384d2fa7 100644
--- a/examples/GuiClient/profileDialog.cpp
+++ b/examples/GuiClient/profileDialog.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/profileDialog.h b/examples/GuiClient/profileDialog.h
index 4d6c7870..c1f912bf 100644
--- a/examples/GuiClient/profileDialog.h
+++ b/examples/GuiClient/profileDialog.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/rosterItem.cpp b/examples/GuiClient/rosterItem.cpp
index d5152080..19d2233d 100644
--- a/examples/GuiClient/rosterItem.cpp
+++ b/examples/GuiClient/rosterItem.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/rosterItem.h b/examples/GuiClient/rosterItem.h
index 4393ec5a..81ec93dd 100644
--- a/examples/GuiClient/rosterItem.h
+++ b/examples/GuiClient/rosterItem.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/rosterItemModel.cpp b/examples/GuiClient/rosterItemModel.cpp
index 127674d0..ef3a4545 100644
--- a/examples/GuiClient/rosterItemModel.cpp
+++ b/examples/GuiClient/rosterItemModel.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/rosterItemModel.h b/examples/GuiClient/rosterItemModel.h
index ec8c6961..7efb91b4 100644
--- a/examples/GuiClient/rosterItemModel.h
+++ b/examples/GuiClient/rosterItemModel.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/rosterItemSortFilterProxyModel.cpp b/examples/GuiClient/rosterItemSortFilterProxyModel.cpp
index 9d574b97..cf47550a 100644
--- a/examples/GuiClient/rosterItemSortFilterProxyModel.cpp
+++ b/examples/GuiClient/rosterItemSortFilterProxyModel.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/rosterItemSortFilterProxyModel.h b/examples/GuiClient/rosterItemSortFilterProxyModel.h
index 511d0e4a..e4a413d3 100644
--- a/examples/GuiClient/rosterItemSortFilterProxyModel.h
+++ b/examples/GuiClient/rosterItemSortFilterProxyModel.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/rosterListView.cpp b/examples/GuiClient/rosterListView.cpp
index 7730e671..a832f3e1 100644
--- a/examples/GuiClient/rosterListView.cpp
+++ b/examples/GuiClient/rosterListView.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/rosterListView.h b/examples/GuiClient/rosterListView.h
index d0b783aa..49d1ba04 100644
--- a/examples/GuiClient/rosterListView.h
+++ b/examples/GuiClient/rosterListView.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/searchLineEdit.cpp b/examples/GuiClient/searchLineEdit.cpp
index 47cdfbf8..b1b97d3d 100644
--- a/examples/GuiClient/searchLineEdit.cpp
+++ b/examples/GuiClient/searchLineEdit.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/searchLineEdit.h b/examples/GuiClient/searchLineEdit.h
index b877ec39..b70e8b66 100644
--- a/examples/GuiClient/searchLineEdit.h
+++ b/examples/GuiClient/searchLineEdit.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/signInStatusLabel.cpp b/examples/GuiClient/signInStatusLabel.cpp
index e7349450..91ea023b 100644
--- a/examples/GuiClient/signInStatusLabel.cpp
+++ b/examples/GuiClient/signInStatusLabel.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/signInStatusLabel.h b/examples/GuiClient/signInStatusLabel.h
index ec475996..e11d1287 100644
--- a/examples/GuiClient/signInStatusLabel.h
+++ b/examples/GuiClient/signInStatusLabel.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/statusAvatarWidget.cpp b/examples/GuiClient/statusAvatarWidget.cpp
index c9659e00..d0d9968c 100644
--- a/examples/GuiClient/statusAvatarWidget.cpp
+++ b/examples/GuiClient/statusAvatarWidget.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/statusAvatarWidget.h b/examples/GuiClient/statusAvatarWidget.h
index 02d955ed..5dcecdbe 100644
--- a/examples/GuiClient/statusAvatarWidget.h
+++ b/examples/GuiClient/statusAvatarWidget.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/statusTextWidget.cpp b/examples/GuiClient/statusTextWidget.cpp
index c1f94aee..fa0a9126 100644
--- a/examples/GuiClient/statusTextWidget.cpp
+++ b/examples/GuiClient/statusTextWidget.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/statusTextWidget.h b/examples/GuiClient/statusTextWidget.h
index e0b5b72e..ca280672 100644
--- a/examples/GuiClient/statusTextWidget.h
+++ b/examples/GuiClient/statusTextWidget.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/statusToolButton.cpp b/examples/GuiClient/statusToolButton.cpp
index b25be3b0..c14bc324 100644
--- a/examples/GuiClient/statusToolButton.cpp
+++ b/examples/GuiClient/statusToolButton.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/statusToolButton.h b/examples/GuiClient/statusToolButton.h
index 1624b570..9bc1a03f 100644
--- a/examples/GuiClient/statusToolButton.h
+++ b/examples/GuiClient/statusToolButton.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/statusWidget.cpp b/examples/GuiClient/statusWidget.cpp
index b2ab41b6..c18e78e4 100644
--- a/examples/GuiClient/statusWidget.cpp
+++ b/examples/GuiClient/statusWidget.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/statusWidget.h b/examples/GuiClient/statusWidget.h
index bc070055..f8e1f5f7 100644
--- a/examples/GuiClient/statusWidget.h
+++ b/examples/GuiClient/statusWidget.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/utils.cpp b/examples/GuiClient/utils.cpp
index ebaf2401..9006fbbf 100644
--- a/examples/GuiClient/utils.cpp
+++ b/examples/GuiClient/utils.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/utils.h b/examples/GuiClient/utils.h
index e67a2e9c..a7f0df90 100644
--- a/examples/GuiClient/utils.h
+++ b/examples/GuiClient/utils.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/vCardCache.cpp b/examples/GuiClient/vCardCache.cpp
index 614a7e01..ede247c0 100644
--- a/examples/GuiClient/vCardCache.cpp
+++ b/examples/GuiClient/vCardCache.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/vCardCache.h b/examples/GuiClient/vCardCache.h
index 87be99ea..0f5c6dd2 100644
--- a/examples/GuiClient/vCardCache.h
+++ b/examples/GuiClient/vCardCache.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/xmlConsoleDialog.cpp b/examples/GuiClient/xmlConsoleDialog.cpp
index 7cbfbd78..da52a1db 100644
--- a/examples/GuiClient/xmlConsoleDialog.cpp
+++ b/examples/GuiClient/xmlConsoleDialog.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/xmlConsoleDialog.h b/examples/GuiClient/xmlConsoleDialog.h
index a7bb3613..5bc974ed 100644
--- a/examples/GuiClient/xmlConsoleDialog.h
+++ b/examples/GuiClient/xmlConsoleDialog.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*