From aa3a1ca934bc541bddd3fa136a85f106f7da266e Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:25:18 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1157635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcron/ktlistitem.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kcron/ktlistitem.h') diff --git a/kcron/ktlistitem.h b/kcron/ktlistitem.h index 6d10974..718fb79 100644 --- a/kcron/ktlistitem.h +++ b/kcron/ktlistitem.h @@ -16,13 +16,13 @@ #include #endif -#include +#include class KTPrint; class CTCron; /** - * An enhanced QListViewItem that ensures all list view items have the + * An enhanced TQListViewItem that ensures all list view items have the * same interface. */ class KTListItem : public QListViewItem @@ -37,7 +37,7 @@ public: /** * Construct a non-root list view item from a CTCron. */ - KTListItem(QListView* parent, const char* name, CTCron* _ctcron); + KTListItem(TQListView* parent, const char* name, CTCron* _ctcron); /** * Destructor. -- cgit v1.2.1