summaryrefslogtreecommitdiffstats
path: root/ksayit/src/ksayitviewimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksayit/src/ksayitviewimpl.h')
-rw-r--r--ksayit/src/ksayitviewimpl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ksayit/src/ksayitviewimpl.h b/ksayit/src/ksayitviewimpl.h
index eb288e7..fab7e49 100644
--- a/ksayit/src/ksayitviewimpl.h
+++ b/ksayit/src/ksayitviewimpl.h
@@ -33,14 +33,15 @@
class KSayItViewImpl : public KSayItView {
Q_OBJECT
+ TQ_OBJECT
public:
- KSayItViewImpl(TQWidget *parent=0, const char *name=0);
+ KSayItViewImpl(TQWidget *tqparent=0, const char *name=0);
~KSayItViewImpl();
signals:
void signalSetCaption(const TQString &caption);
- void signalShowStatus(const TQString &status);
+ void signalShowtqStatus(const TQString &status);
void signalEnableCopyCut(bool enable);
/** Emitted when the text in the TextEditor view cahnges.