We now have a current svn snapshot of libqxt in our contrib dir, and
[quassel.git] / src / contrib / libqxt-2007-10-24 / src / core / qxtglobal.h
similarity index 89%
rename from src/contrib/qxt/qxtglobal.h
rename to src/contrib/libqxt-2007-10-24/src/core/qxtglobal.h
index 2fff049..835dddf 100644 (file)
 ****************************************************************************/
 
 
-/** \defgroup core Core
-        The Core contains naturaly  the most important parts of Qxt everything is based one. it has no QT depencies and is licenced under pure lgpl
+/** \defgroup QxtCore QxtCore
+        The Core contains naturaly  the most important parts of Qxt, everything is based on.
 */
 
-/** \defgroup kit Kit
-        the kit module contains the base parts of Qxt that depend on QtCore
-*/
-
-/** \defgroup sql Sql
+/** \defgroup QxtSql QxtSql
         parts that depend on QtSql (and at least QtCore)
 */
 
-/** \defgroup network  Network
+/** \defgroup QxtNetwork  QxtNetwork
         parts that depend on QtNetwork (and at least QtCore)
 */
 
-/** \defgroup gui Gui
+/** \defgroup QxtGui QxtGui
         parts that depend on QtGui (and at least QtCore)
 */
 
-
-/** \defgroup curses  Curses
-        Qt like ncurses Frontend
-*/
-
-/** \defgroup web  Web
+/** \defgroup QxtWeb  QxtWeb
         Qt like Web Developement tools
 */
 
-/** \defgroup crypto  Crypto
+/** \defgroup QxtCrypto  QxtCrypto
         Tools for encryption and hashing
 */