summaryrefslogtreecommitdiffstats
path: root/src/ktview.h
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2021-01-13 19:30:17 +0200
committerMavridis Philippe <mavridisf@gmail.com>2021-01-13 19:30:17 +0200
commit357ddeb8afd82d69ef871c146f4fc8f2c67fb17e (patch)
treedc3ef0e6fedd64f5fb177c114f72e1515a07cd1b /src/ktview.h
parentc6cbd71bc169ac0e927e52325dbbbcb506abbc73 (diff)
downloadklamav-357ddeb8afd82d69ef871c146f4fc8f2c67fb17e.tar.gz
klamav-357ddeb8afd82d69ef871c146f4fc8f2c67fb17e.zip
Conversion Qt3->TQt
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'src/ktview.h')
-rw-r--r--src/ktview.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/ktview.h b/src/ktview.h
index 061b28a..4d73619 100644
--- a/src/ktview.h
+++ b/src/ktview.h
@@ -16,12 +16,12 @@
#include <config.h>
#endif
-#include <qwidget.h>
+#include <tqwidget.h>
#include "cthost.h"
-class QString;
-class QListView;
-class QListViewItem;
+class TQString;
+class TQListView;
+class TQListViewItem;
class KTApp;
class KTPrint;
class KTListItem;
@@ -33,7 +33,7 @@ class Schedule;
/**
* Main GUI view of the crontab entries.
*/
-class KTView : public QWidget
+class KTView : public TQWidget
{
Q_OBJECT
@@ -42,7 +42,7 @@ public:
/**
* Initializes view.
*/
- KTView (QWidget* parent = 0, const char* name=0);
+ KTView (TQWidget* parent = 0, const char* name=0);
/**
* Destructor.
@@ -107,7 +107,7 @@ public:
CTCron* getCTCron();
- QListViewItem* currentItem();
+ TQListViewItem* currentItem();
void hideCommand();
signals:
@@ -141,33 +141,33 @@ public slots:
/**
* Pop up context sensitive menu.
*/
- void slotMenu(QListViewItem* qlvi, const QPoint& qp, int i);
+ void slotMenu(TQListViewItem* qlvi, const TQPoint& qp, int i);
/**
* Default action, edit.
*/
- void slotEdit(QListViewItem* qlvi = 0);
+ void slotEdit(TQListViewItem* qlvi = 0);
protected slots:
/**
* Set current and update menu
*/
- void slotSetCurrent (QListViewItem* qlvi);
+ void slotSetCurrent (TQListViewItem* qlvi);
protected:
/**
* Resize view contents.
*/
- virtual void resizeEvent (QResizeEvent* = 0);
+ virtual void resizeEvent (TQResizeEvent* = 0);
private:
/**
* Get absolute path of command.
*/
- QString absolute() const;
+ TQString absolute() const;
/**
@@ -179,7 +179,7 @@ private:
/**
* Tree view of the crontab entries.
*/
- QListView* listView;
+ TQListView* listView;
/**
* Current user's crontab.