summaryrefslogtreecommitdiffstats
path: root/src/ktlistcron.h
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2021-01-13 19:30:17 +0200
committerMavridis Philippe <[email protected]>2021-01-13 19:30:17 +0200
commit357ddeb8afd82d69ef871c146f4fc8f2c67fb17e (patch)
treedc3ef0e6fedd64f5fb177c114f72e1515a07cd1b /src/ktlistcron.h
parentc6cbd71bc169ac0e927e52325dbbbcb506abbc73 (diff)
downloadklamav-357ddeb8afd82d69ef871c146f4fc8f2c67fb17e.tar.gz
klamav-357ddeb8afd82d69ef871c146f4fc8f2c67fb17e.zip
Conversion Qt3->TQt
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'src/ktlistcron.h')
-rw-r--r--src/ktlistcron.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ktlistcron.h b/src/ktlistcron.h
index eb668b4..812cc49 100644
--- a/src/ktlistcron.h
+++ b/src/ktlistcron.h
@@ -19,7 +19,7 @@
#include "ktlistitem.h"
/**
- * QListViewItem view of a CTCron.
+ * TQListViewItem view of a CTCron.
*/
class KTListCron : public KTListItem
{
@@ -33,12 +33,12 @@ public:
/**
* Construct tasks or variables folder from root.
*/
- KTListCron(QListView* parent, const char* name, CTCron* _ctcron);
+ KTListCron(TQListView* parent, const char* name, CTCron* _ctcron);
/**
* Construct user folder from root.
*/
- KTListCron(QListView* parent, CTCron* _ctcron);
+ KTListCron(TQListView* parent, CTCron* _ctcron);
/**
* Refresh.