diff options
Diffstat (limited to 'kjots/kjotsedit.h')
-rw-r--r-- | kjots/kjotsedit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kjots/kjotsedit.h b/kjots/kjotsedit.h index cae025c..d214ce3 100644 --- a/kjots/kjotsedit.h +++ b/kjots/kjotsedit.h @@ -31,10 +31,10 @@ class KJotsEdit : public KEdit { Q_OBJECT public: - KJotsEdit (QWidget* parent=0, const char* name=0); + KJotsEdit (TQWidget* parent=0, const char* name=0); ~KJotsEdit (); - void print(QString title = QString::null); + void print(TQString title = TQString::null); void setEntry(KJotsPage*); signals: @@ -44,7 +44,7 @@ class KJotsEdit : public KEdit void openUrl(); protected: - virtual void mousePressEvent (QMouseEvent *e); + virtual void mousePressEvent (TQMouseEvent *e); KPopupMenu *web_menu; KJotsPage *m_entry; //!< The entry we are editing. It needs to be kept informed. |