summaryrefslogtreecommitdiffstats
path: root/kcron/ktview.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:25:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:25:18 +0000
commitaa3a1ca934bc541bddd3fa136a85f106f7da266e (patch)
tree9ad0b795aed8fa4ac30c2fe0fd1aacb8175714c0 /kcron/ktview.h
parentb10cf7066791a2f362495890cd50c984e8025412 (diff)
downloadtdeadmin-aa3a1ca934bc541bddd3fa136a85f106f7da266e.tar.gz
tdeadmin-aa3a1ca934bc541bddd3fa136a85f106f7da266e.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1157635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcron/ktview.h')
-rw-r--r--kcron/ktview.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kcron/ktview.h b/kcron/ktview.h
index e25129a..1588661 100644
--- a/kcron/ktview.h
+++ b/kcron/ktview.h
@@ -16,7 +16,7 @@
#include <config.h>
#endif
-#include <qwidget.h>
+#include <tqwidget.h>
class QString;
class QListView;
@@ -40,7 +40,7 @@ public:
/**
* Initializes view.
*/
- KTView (QWidget* parent = 0, const char* name=0);
+ KTView (TQWidget* parent = 0, const char* name=0);
/**
* Destructor.
@@ -132,33 +132,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;
/**
* Refresh view from underlying objects.
@@ -173,7 +173,7 @@ private:
/**
* Tree view of the crontab entries.
*/
- QListView* listView;
+ TQListView* listView;
/**
* Current user's crontab.