From 47c8a359c5276062c4bc17f0e82410f29081b502 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:48:06 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- wifi/locator.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'wifi/locator.h') diff --git a/wifi/locator.h b/wifi/locator.h index af63c70c..54f2c683 100644 --- a/wifi/locator.h +++ b/wifi/locator.h @@ -18,9 +18,9 @@ #ifndef LOCATOR_H #define LOCATOR_H -#include -#include -#include +#include +#include +#include #include @@ -29,12 +29,12 @@ class Interface_wireless; class Locator:public QWidget { public: - Locator (QWidget * parent, Interface_wireless * device); + Locator (TQWidget * parent, Interface_wireless * device); private: - void paintEvent (QPaintEvent *); + void paintEvent (TQPaintEvent *); void generateLocWidget (); - QPixmap widgetbild; - QLabel *sentence; + TQPixmap widgetbild; + TQLabel *sentence; Interface_wireless *device; }; -- cgit v1.2.1