diff options
Diffstat (limited to 'korganizer/journalentry.h')
-rw-r--r-- | korganizer/journalentry.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/korganizer/journalentry.h b/korganizer/journalentry.h index 9350d5ead..3ea74f3d9 100644 --- a/korganizer/journalentry.h +++ b/korganizer/journalentry.h @@ -18,8 +18,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 JOURNALENTRY_H #define JOURNALENTRY_H @@ -49,10 +49,11 @@ using namespace KCal; class JournalEntry : public TQWidget { Q_OBJECT + TQ_OBJECT public: typedef ListBase<JournalEntry> List; - JournalEntry( Journal* j, TQWidget *parent ); + JournalEntry( Journal* j, TQWidget *tqparent ); virtual ~JournalEntry(); void setJournal(Journal *); @@ -113,10 +114,11 @@ class JournalEntry : public TQWidget { class JournalDateEntry : public TQVBox { Q_OBJECT + TQ_OBJECT public: typedef ListBase<JournalDateEntry> List; - JournalDateEntry( Calendar *, TQWidget *parent ); + JournalDateEntry( Calendar *, TQWidget *tqparent ); virtual ~JournalDateEntry(); void addJournal( Journal * ); |