aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2014-03-27 16:49:02 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2014-03-27 16:49:02 +0100
commit0a9a3e8888bfed52d9f86a103e7430a44efd5025 (patch)
treef7654a602ff4207dd6c2027eae5a507ae67fdc55 /examples/GuiClient
parent7851ba6e3f61e937e62d441eec6b2be6561ec473 (diff)
downloadqxmpp-0a9a3e8888bfed52d9f86a103e7430a44efd5025.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 2897283a..34899ce7 100644
--- a/examples/GuiClient/aboutDialog.cpp
+++ b/examples/GuiClient/aboutDialog.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/aboutDialog.h b/examples/GuiClient/aboutDialog.h
index f474cdc5..2e61e97b 100644
--- a/examples/GuiClient/aboutDialog.h
+++ b/examples/GuiClient/aboutDialog.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/accountsCache.cpp b/examples/GuiClient/accountsCache.cpp
index 0b28cf09..bc900008 100644
--- a/examples/GuiClient/accountsCache.cpp
+++ b/examples/GuiClient/accountsCache.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/accountsCache.h b/examples/GuiClient/accountsCache.h
index 21f596d3..6736d5f6 100644
--- a/examples/GuiClient/accountsCache.h
+++ b/examples/GuiClient/accountsCache.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/capabilitiesCache.cpp b/examples/GuiClient/capabilitiesCache.cpp
index 577f42df..24142c68 100644
--- a/examples/GuiClient/capabilitiesCache.cpp
+++ b/examples/GuiClient/capabilitiesCache.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/capabilitiesCache.h b/examples/GuiClient/capabilitiesCache.h
index 8a52d433..c821f965 100644
--- a/examples/GuiClient/capabilitiesCache.h
+++ b/examples/GuiClient/capabilitiesCache.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/chatDialog.cpp b/examples/GuiClient/chatDialog.cpp
index ee56171d..9e03b102 100644
--- a/examples/GuiClient/chatDialog.cpp
+++ b/examples/GuiClient/chatDialog.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/chatDialog.h b/examples/GuiClient/chatDialog.h
index 85207d38..51bf4df8 100644
--- a/examples/GuiClient/chatDialog.h
+++ b/examples/GuiClient/chatDialog.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/chatGraphicsScene.cpp b/examples/GuiClient/chatGraphicsScene.cpp
index acfd4479..0ce5ac9e 100644
--- a/examples/GuiClient/chatGraphicsScene.cpp
+++ b/examples/GuiClient/chatGraphicsScene.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/chatGraphicsScene.h b/examples/GuiClient/chatGraphicsScene.h
index 6272e4fa..a8d96ebb 100644
--- a/examples/GuiClient/chatGraphicsScene.h
+++ b/examples/GuiClient/chatGraphicsScene.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/chatGraphicsView.cpp b/examples/GuiClient/chatGraphicsView.cpp
index 36f7304a..784a52a5 100644
--- a/examples/GuiClient/chatGraphicsView.cpp
+++ b/examples/GuiClient/chatGraphicsView.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/chatGraphicsView.h b/examples/GuiClient/chatGraphicsView.h
index 3232344b..c51c79b2 100644
--- a/examples/GuiClient/chatGraphicsView.h
+++ b/examples/GuiClient/chatGraphicsView.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/chatMsgGraphicsItem.cpp b/examples/GuiClient/chatMsgGraphicsItem.cpp
index 3751c1fe..61e5df42 100644
--- a/examples/GuiClient/chatMsgGraphicsItem.cpp
+++ b/examples/GuiClient/chatMsgGraphicsItem.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/chatMsgGraphicsItem.h b/examples/GuiClient/chatMsgGraphicsItem.h
index 68f813da..3d227e2c 100644
--- a/examples/GuiClient/chatMsgGraphicsItem.h
+++ b/examples/GuiClient/chatMsgGraphicsItem.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/main.cpp b/examples/GuiClient/main.cpp
index 9ef7ad49..56d8bc0d 100644
--- a/examples/GuiClient/main.cpp
+++ b/examples/GuiClient/main.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/mainDialog.cpp b/examples/GuiClient/mainDialog.cpp
index 122d59d0..5b5760ed 100644
--- a/examples/GuiClient/mainDialog.cpp
+++ b/examples/GuiClient/mainDialog.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/mainDialog.h b/examples/GuiClient/mainDialog.h
index 8731ea81..d2716b8d 100644
--- a/examples/GuiClient/mainDialog.h
+++ b/examples/GuiClient/mainDialog.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/profileDialog.cpp b/examples/GuiClient/profileDialog.cpp
index 894c2a6a..100e1ef5 100644
--- a/examples/GuiClient/profileDialog.cpp
+++ b/examples/GuiClient/profileDialog.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/profileDialog.h b/examples/GuiClient/profileDialog.h
index 934ad05b..4d6c7870 100644
--- a/examples/GuiClient/profileDialog.h
+++ b/examples/GuiClient/profileDialog.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/rosterItem.cpp b/examples/GuiClient/rosterItem.cpp
index 8c205afb..d5152080 100644
--- a/examples/GuiClient/rosterItem.cpp
+++ b/examples/GuiClient/rosterItem.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/rosterItem.h b/examples/GuiClient/rosterItem.h
index 0c4187bc..4393ec5a 100644
--- a/examples/GuiClient/rosterItem.h
+++ b/examples/GuiClient/rosterItem.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/rosterItemModel.cpp b/examples/GuiClient/rosterItemModel.cpp
index f6319779..127674d0 100644
--- a/examples/GuiClient/rosterItemModel.cpp
+++ b/examples/GuiClient/rosterItemModel.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/rosterItemModel.h b/examples/GuiClient/rosterItemModel.h
index 4732fb16..ec8c6961 100644
--- a/examples/GuiClient/rosterItemModel.h
+++ b/examples/GuiClient/rosterItemModel.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/rosterItemSortFilterProxyModel.cpp b/examples/GuiClient/rosterItemSortFilterProxyModel.cpp
index 6f3202f0..9d574b97 100644
--- a/examples/GuiClient/rosterItemSortFilterProxyModel.cpp
+++ b/examples/GuiClient/rosterItemSortFilterProxyModel.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/rosterItemSortFilterProxyModel.h b/examples/GuiClient/rosterItemSortFilterProxyModel.h
index 9808da81..511d0e4a 100644
--- a/examples/GuiClient/rosterItemSortFilterProxyModel.h
+++ b/examples/GuiClient/rosterItemSortFilterProxyModel.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/rosterListView.cpp b/examples/GuiClient/rosterListView.cpp
index 802de510..7730e671 100644
--- a/examples/GuiClient/rosterListView.cpp
+++ b/examples/GuiClient/rosterListView.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/rosterListView.h b/examples/GuiClient/rosterListView.h
index dd78763a..d0b783aa 100644
--- a/examples/GuiClient/rosterListView.h
+++ b/examples/GuiClient/rosterListView.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/searchLineEdit.cpp b/examples/GuiClient/searchLineEdit.cpp
index d9cfec61..47cdfbf8 100644
--- a/examples/GuiClient/searchLineEdit.cpp
+++ b/examples/GuiClient/searchLineEdit.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/searchLineEdit.h b/examples/GuiClient/searchLineEdit.h
index dbb82f1c..b877ec39 100644
--- a/examples/GuiClient/searchLineEdit.h
+++ b/examples/GuiClient/searchLineEdit.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/signInStatusLabel.cpp b/examples/GuiClient/signInStatusLabel.cpp
index d7a5683b..e7349450 100644
--- a/examples/GuiClient/signInStatusLabel.cpp
+++ b/examples/GuiClient/signInStatusLabel.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/signInStatusLabel.h b/examples/GuiClient/signInStatusLabel.h
index bf070c0e..ec475996 100644
--- a/examples/GuiClient/signInStatusLabel.h
+++ b/examples/GuiClient/signInStatusLabel.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/statusAvatarWidget.cpp b/examples/GuiClient/statusAvatarWidget.cpp
index 8c426050..c9659e00 100644
--- a/examples/GuiClient/statusAvatarWidget.cpp
+++ b/examples/GuiClient/statusAvatarWidget.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/statusAvatarWidget.h b/examples/GuiClient/statusAvatarWidget.h
index 163d9571..02d955ed 100644
--- a/examples/GuiClient/statusAvatarWidget.h
+++ b/examples/GuiClient/statusAvatarWidget.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/statusTextWidget.cpp b/examples/GuiClient/statusTextWidget.cpp
index 116e36a4..c1f94aee 100644
--- a/examples/GuiClient/statusTextWidget.cpp
+++ b/examples/GuiClient/statusTextWidget.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/statusTextWidget.h b/examples/GuiClient/statusTextWidget.h
index 28c8adc4..e0b5b72e 100644
--- a/examples/GuiClient/statusTextWidget.h
+++ b/examples/GuiClient/statusTextWidget.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/statusToolButton.cpp b/examples/GuiClient/statusToolButton.cpp
index d5ebf36d..b25be3b0 100644
--- a/examples/GuiClient/statusToolButton.cpp
+++ b/examples/GuiClient/statusToolButton.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/statusToolButton.h b/examples/GuiClient/statusToolButton.h
index 8e3a83e0..1624b570 100644
--- a/examples/GuiClient/statusToolButton.h
+++ b/examples/GuiClient/statusToolButton.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/statusWidget.cpp b/examples/GuiClient/statusWidget.cpp
index 2fb75858..b2ab41b6 100644
--- a/examples/GuiClient/statusWidget.cpp
+++ b/examples/GuiClient/statusWidget.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/statusWidget.h b/examples/GuiClient/statusWidget.h
index 52dac0d0..bc070055 100644
--- a/examples/GuiClient/statusWidget.h
+++ b/examples/GuiClient/statusWidget.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/utils.cpp b/examples/GuiClient/utils.cpp
index 620d772a..ebaf2401 100644
--- a/examples/GuiClient/utils.cpp
+++ b/examples/GuiClient/utils.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/utils.h b/examples/GuiClient/utils.h
index a354869f..e67a2e9c 100644
--- a/examples/GuiClient/utils.h
+++ b/examples/GuiClient/utils.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/vCardCache.cpp b/examples/GuiClient/vCardCache.cpp
index 1007a9be..614a7e01 100644
--- a/examples/GuiClient/vCardCache.cpp
+++ b/examples/GuiClient/vCardCache.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/vCardCache.h b/examples/GuiClient/vCardCache.h
index 5e2a4165..87be99ea 100644
--- a/examples/GuiClient/vCardCache.h
+++ b/examples/GuiClient/vCardCache.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/xmlConsoleDialog.cpp b/examples/GuiClient/xmlConsoleDialog.cpp
index 8ca0bbca..7cbfbd78 100644
--- a/examples/GuiClient/xmlConsoleDialog.cpp
+++ b/examples/GuiClient/xmlConsoleDialog.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/examples/GuiClient/xmlConsoleDialog.h b/examples/GuiClient/xmlConsoleDialog.h
index c62129a2..a7bb3613 100644
--- a/examples/GuiClient/xmlConsoleDialog.h
+++ b/examples/GuiClient/xmlConsoleDialog.h
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * http://code.google.com/p/qxmpp
+ * https://github.com/jlaine/qxmpp
*
* This file is a part of QXmpp library.
*