diff options
Diffstat (limited to 'wifi/locator.h')
-rw-r--r-- | wifi/locator.h | 14 |
1 files changed, 7 insertions, 7 deletions
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 <qwidget.h> -#include <qpixmap.h> -#include <qlabel.h> +#include <tqwidget.h> +#include <tqpixmap.h> +#include <tqlabel.h> #include <klocale.h> @@ -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; }; |