diff options
Diffstat (limited to 'korganizer/resourceview.h')
-rw-r--r-- | korganizer/resourceview.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/korganizer/resourceview.h b/korganizer/resourceview.h index 304ab8c6f..39606a53e 100644 --- a/korganizer/resourceview.h +++ b/korganizer/resourceview.h @@ -19,8 +19,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 KORG_RESOURCEVIEW_H #define KORG_RESOURCEVIEW_H @@ -54,12 +54,12 @@ class ResourceViewFactory : public CalendarViewExtension::Factory }; -class ResourceItem : public QCheckListItem +class ResourceItem : public TQCheckListItem { public: - ResourceItem( ResourceCalendar *resource, ResourceView *view, KListView *parent ); + ResourceItem( ResourceCalendar *resource, ResourceView *view, KListView *tqparent ); ResourceItem( ResourceCalendar *resource, const TQString &identifier, - const TQString &label, ResourceView *view, ResourceItem *parent ); + const TQString &label, ResourceView *view, ResourceItem *tqparent ); ResourceCalendar *resource() { return mResource; } const TQString& resourceIdentifier() { return mResourceIdentifier; } @@ -95,9 +95,10 @@ class ResourceItem : public QCheckListItem class ResourceView : public CalendarViewExtension { Q_OBJECT + TQ_OBJECT public: ResourceView( CalendarResources *calendar, CalendarView *view, - TQWidget *parent = 0, const char *name = 0 ); + TQWidget *tqparent = 0, const char *name = 0 ); ~ResourceView(); CalendarResources *calendar() const { return mCalendar; } |