summaryrefslogtreecommitdiffstats
path: root/src/aboutcfgdesign.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/aboutcfgdesign.h')
-rw-r--r--src/aboutcfgdesign.h52
1 files changed, 26 insertions, 26 deletions
diff --git a/src/aboutcfgdesign.h b/src/aboutcfgdesign.h
index 0f3dc00..2ffe75d 100644
--- a/src/aboutcfgdesign.h
+++ b/src/aboutcfgdesign.h
@@ -10,45 +10,45 @@
#ifndef ABOUTCFGDESIGN_H
#define ABOUTCFGDESIGN_H
-#include <qvariant.h>
-#include <qpixmap.h>
-#include <qwidget.h>
-
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QSpacerItem;
-class QFrame;
-class QLabel;
-
-class AboutCfgDesign : public QWidget
+#include <ntqvariant.h>
+#include <ntqpixmap.h>
+#include <ntqwidget.h>
+
+class TQVBoxLayout;
+class TQHBoxLayout;
+class TQGridLayout;
+class TQSpacerItem;
+class TQFrame;
+class TQLabel;
+
+class AboutCfgDesign : public TQWidget
{
Q_OBJECT
public:
- AboutCfgDesign( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ AboutCfgDesign( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~AboutCfgDesign();
- QFrame* Frame3;
- QLabel* PixmapLabel1;
- QLabel* TextLabel2;
- QFrame* Frame4;
- QLabel* TextLabel1;
- QFrame* Frame5;
- QFrame* Frame6;
- QLabel* labelTitle;
- QLabel* TextLabel3_2;
+ TQFrame* Frame3;
+ TQLabel* PixmapLabel1;
+ TQLabel* TextLabel2;
+ TQFrame* Frame4;
+ TQLabel* TextLabel1;
+ TQFrame* Frame5;
+ TQFrame* Frame6;
+ TQLabel* labelTitle;
+ TQLabel* TextLabel3_2;
protected:
- QVBoxLayout* AboutCfgDesignLayout;
- QHBoxLayout* Frame5Layout;
- QSpacerItem* Spacer1;
+ TQVBoxLayout* AboutCfgDesignLayout;
+ TQHBoxLayout* Frame5Layout;
+ TQSpacerItem* Spacer1;
protected slots:
virtual void languageChange();
private:
- QPixmap image0;
+ TQPixmap image0;
};