#include <tqapplication.h>#include "tqdbusconnection.h"#include <tqglobal.h>#include <tqstring.h>#include "tqdbusmacros.h"#include <tqvaluelist.h>#include <limits.h>#include <tqguardedptr.h>#include <tqmap.h>#include <tqobject.h>#include <dbus/dbus.h>#include "tqdbuserror.h"#include "tqdbusmessage.h"#include "tqdbusatomic.h"Go to the source code of this file.
Classes | |
| class | TQT_DBusConnectionManager |
Functions | |
| TQT_DBusConnectionManager * | manager () |
| void | qDBusBindToApplication () |
| TQT_DBusConnectionManager* manager | ( | ) |
Definition at line 62 of file tqdbusconnection.cpp.
References TQT_DBusConnectionManager::instance().
00062 { 00063 return TQT_DBusConnectionManager::instance(); 00064 }
| void qDBusBindToApplication | ( | ) |
Definition at line 130 of file tqdbusconnection.cpp.
References TQT_DBusConnectionManager::bindToApplication(), and manager().
00131 { 00132 manager()->bindToApplication(); 00133 }
1.6.3