summaryrefslogtreecommitdiffstats
path: root/korganizer/korgac/koalarmclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/korgac/koalarmclient.h')
-rw-r--r--korganizer/korgac/koalarmclient.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/korganizer/korgac/koalarmclient.h b/korganizer/korgac/koalarmclient.h
index c8eee984e..b1b8c189c 100644
--- a/korganizer/korgac/koalarmclient.h
+++ b/korganizer/korgac/koalarmclient.h
@@ -20,8 +20,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#ifndef KOALARMCLIENT_H
#define KOALARMCLIENT_H
@@ -44,11 +44,12 @@ class Incidence;
class KOAlarmClient : public TQObject, virtual public AlarmClientIface, public KSessionManaged
{
Q_OBJECT
+ TQ_OBJECT
public:
- KOAlarmClient( TQObject *parent = 0, const char *name = 0 );
+ KOAlarmClient( TQObject *tqparent = 0, const char *name = 0 );
~KOAlarmClient();
- bool commitData( QSessionManager & );
+ bool commitData( TQSessionManager & );
// DCOP interface
void quit();