From aa3a1ca934bc541bddd3fa136a85f106f7da266e Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:25:18 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1157635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lilo-config/qt/standalone.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'lilo-config/qt/standalone.h') diff --git a/lilo-config/qt/standalone.h b/lilo-config/qt/standalone.h index 8b0fa16..3d5c4bf 100644 --- a/lilo-config/qt/standalone.h +++ b/lilo-config/qt/standalone.h @@ -27,17 +27,17 @@ #ifndef _STANDALONE_H_ #define _STANDALONE_H_ 1 -#include -#include -#include -#include +#include +#include +#include +#include #include "mainwidget.h" class Standalone: public QWidget { Q_OBJECT public: - Standalone(QWidget *parent=0, const char *name=0); - void resizeEvent(QResizeEvent *e); + Standalone(TQWidget *parent=0, const char *name=0); + void resizeEvent(TQResizeEvent *e); public slots: void whatsthis(); void help(); @@ -52,13 +52,13 @@ signals: private: void arrangeWidgets(); MainWidget *m; - QHButtonGroup *actions; - QPushButton *_whatsthis; - QPushButton *_help; - QPushButton *_deflt; - QPushButton *_reset; - QPushButton *_apply; - QPushButton *_ok; - QPushButton *_cancel; + TQHButtonGroup *actions; + TQPushButton *_whatsthis; + TQPushButton *_help; + TQPushButton *_deflt; + TQPushButton *_reset; + TQPushButton *_apply; + TQPushButton *_ok; + TQPushButton *_cancel; }; #endif -- cgit v1.2.1