diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 11:31:17 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 11:31:17 -0500 |
commit | d598a49a3e1cadea0d72be28d147d219686413e7 (patch) | |
tree | 3111c0383d0b514f59aaeef0a2f656acc595fd8a /src/indexwidget.h | |
parent | 56ffa61b35fc088a0e7e2aa885b9ffed82c8d8be (diff) | |
download | knmap-d598a49a3e1cadea0d72be28d147d219686413e7.tar.gz knmap-d598a49a3e1cadea0d72be28d147d219686413e7.zip |
Convert to TDE R14 API
Diffstat (limited to 'src/indexwidget.h')
-rw-r--r-- | src/indexwidget.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/indexwidget.h b/src/indexwidget.h index 64692d7..205e3b7 100644 --- a/src/indexwidget.h +++ b/src/indexwidget.h @@ -27,22 +27,22 @@ # include <config.h> #endif -#include <qscrollview.h> +#include <ntqscrollview.h> // forward class definitions // ========================= -class KConfig; +class TDEConfig; class MainWidget; -class QPainter; -class QTimer; +class TQPainter; +class TQTimer; class ScanStack; class ScanWidget; // IndexWidget class definition // ============================ -class IndexWidget : public QScrollView +class IndexWidget : public TQScrollView { Q_OBJECT public: @@ -60,13 +60,13 @@ class IndexWidget : public QScrollView private: short calculateIndex( const ushort y ); - void contentsContextMenuEvent( QContextMenuEvent* event ); - void contentsDragMoveEvent( QDragMoveEvent* event ); - void contentsMouseMoveEvent( QMouseEvent* event ); - void contentsMousePressEvent( QMouseEvent* event ); - void drawContents( QPainter* painter, int clipx, int clipy, int clipw, int cliph ); + void contentsContextMenuEvent( TQContextMenuEvent* event ); + void contentsDragMoveEvent( TQDragMoveEvent* event ); + void contentsMouseMoveEvent( TQMouseEvent* event ); + void contentsMousePressEvent( TQMouseEvent* event ); + void drawContents( TQPainter* painter, int clipx, int clipy, int clipw, int cliph ); - QTimer* m_blinkTimer; + TQTimer* m_blinkTimer; bool m_highlight; ushort m_scanCount; ScanStack* m_scanStack; |