summaryrefslogtreecommitdiffstats
path: root/lilo-config/qt/standalone.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:25:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:25:18 +0000
commitaa3a1ca934bc541bddd3fa136a85f106f7da266e (patch)
tree9ad0b795aed8fa4ac30c2fe0fd1aacb8175714c0 /lilo-config/qt/standalone.h
parentb10cf7066791a2f362495890cd50c984e8025412 (diff)
downloadtdeadmin-aa3a1ca934bc541bddd3fa136a85f106f7da266e.tar.gz
tdeadmin-aa3a1ca934bc541bddd3fa136a85f106f7da266e.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1157635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lilo-config/qt/standalone.h')
-rw-r--r--lilo-config/qt/standalone.h28
1 files changed, 14 insertions, 14 deletions
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 <qwidget.h>
-#include <qpushbutton.h>
-#include <qhbuttongroup.h>
-#include <qevent.h>
+#include <tqwidget.h>
+#include <tqpushbutton.h>
+#include <tqhbuttongroup.h>
+#include <tqevent.h>
#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