diff options
Diffstat (limited to 'src/dbusInterface.h')
-rw-r--r-- | src/dbusInterface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dbusInterface.h b/src/dbusInterface.h index 40dc7bd..c700057 100644 --- a/src/dbusInterface.h +++ b/src/dbusInterface.h @@ -35,7 +35,7 @@ #define DBUS_API_SUBJECT_TO_CHANGE #endif -// QT - Header +// TQt - Header #include <tqobject.h> #include <tqstring.h> @@ -61,7 +61,7 @@ #define SYSTEMD_LOGIN1_SEAT_IFACE "org.freedesktop.login1.Seat" class dbusInterface : public TQObject{ - Q_OBJECT + TQ_OBJECT private: |