summaryrefslogtreecommitdiffstats
path: root/kdat/InfoShellWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdat/InfoShellWidget.h')
-rw-r--r--kdat/InfoShellWidget.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdat/InfoShellWidget.h b/kdat/InfoShellWidget.h
index c1379ee..f7046db 100644
--- a/kdat/InfoShellWidget.h
+++ b/kdat/InfoShellWidget.h
@@ -19,12 +19,12 @@
#ifndef _InfoShellWidget_h_
#define _InfoShellWidget_h_
-#include <qwidget.h>
+#include <tqwidget.h>
/**
* @short A suitable parent for the info widgets.
*/
-class InfoShellWidget : public QWidget {
+class InfoShellWidget : public TQWidget {
Q_OBJECT
public:
/**
@@ -33,7 +33,7 @@ public:
* @param parent The parent widget.
* @param name The name of this widget.
*/
- InfoShellWidget( QWidget* parent = 0, const char* name = 0 );
+ InfoShellWidget( TQWidget* parent = 0, const char* name = 0 );
/**
* Destroy the info shell widget.
@@ -43,7 +43,7 @@ protected:
/**
* Resize all children to fill all of the available space within the shell.
*/
- virtual void resizeEvent( QResizeEvent* e );
+ virtual void resizeEvent( TQResizeEvent* e );
};
#endif