diff options
Diffstat (limited to 'kppp/docking.h')
-rw-r--r-- | kppp/docking.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kppp/docking.h b/kppp/docking.h index d35e8977..93c6d344 100644 --- a/kppp/docking.h +++ b/kppp/docking.h @@ -28,7 +28,7 @@ #ifndef _DOCKING_H_ #define _DOCKING_H_ -#include <qpixmap.h> +#include <tqpixmap.h> #include <ksystemtray.h> class PPPStats; @@ -36,16 +36,16 @@ class PPPStats; class DockWidget : public KSystemTray { Q_OBJECT public: - DockWidget(QWidget * parent, const char *name, PPPStats *st); + DockWidget(TQWidget * parent, const char *name, PPPStats *st); ~DockWidget(); protected: - void paintEvent(QPaintEvent *e); - void showEvent(QShowEvent *) { } + void paintEvent(TQPaintEvent *e); + void showEvent(TQShowEvent *) { } private slots: void toggle_window_state(); - void mousePressEvent(QMouseEvent *e); + void mousePressEvent(TQMouseEvent *e); public slots: void paintIcon(int); @@ -61,10 +61,10 @@ private: KPopupMenu *popup_m; - QPixmap dock_none_pixmap; - QPixmap dock_left_pixmap; - QPixmap dock_right_pixmap; - QPixmap dock_both_pixmap; + TQPixmap dock_none_pixmap; + TQPixmap dock_left_pixmap; + TQPixmap dock_right_pixmap; + TQPixmap dock_both_pixmap; }; #endif |