diff options
author | Slávek Banko <[email protected]> | 2013-07-27 16:57:53 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-27 18:48:46 +0200 |
commit | 7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931 (patch) | |
tree | 4655c7263ca5c64d23d10167cb459dd9cb253815 /src/arkollon/headerlistitem.h | |
parent | 88ea2b6cd4382627fb6efca9cc54825aee881d1e (diff) | |
download | tork-7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931.tar.gz tork-7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931.zip |
Initial TQt conversion
Diffstat (limited to 'src/arkollon/headerlistitem.h')
-rw-r--r-- | src/arkollon/headerlistitem.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/arkollon/headerlistitem.h b/src/arkollon/headerlistitem.h index 5872220..3be07e5 100644 --- a/src/arkollon/headerlistitem.h +++ b/src/arkollon/headerlistitem.h @@ -20,17 +20,17 @@ #ifndef HEADERLISTITEM_H #define HEADERLISTITEM_H -#include <qlistview.h> +#include <ntqlistview.h> -class HeaderListItem : public QListViewItem +class HeaderListItem : public TQListViewItem { public: - HeaderListItem(QListView* parent); - int compare(QListViewItem* i, int col, bool ascending) const; - void paintCell(QPainter* p, const QColorGroup& cg, int column, int width, int align); - void paintFocus(QPainter* p, const QColorGroup& cg, const QRect& r); + HeaderListItem(TQListView* parent); + int compare(TQListViewItem* i, int col, bool ascending) const; + void paintCell(TQPainter* p, const TQColorGroup& cg, int column, int width, int align); + void paintFocus(TQPainter* p, const TQColorGroup& cg, const TQRect& r); void setup(); - int width(const QFontMetrics& fm, const QListView* lv, int c) const; + int width(const TQFontMetrics& fm, const TQListView* lv, int c) const; int rtti() const { return 1002; } int section; |