summaryrefslogtreecommitdiffstats
path: root/kdat/InfoShellWidget.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 /kdat/InfoShellWidget.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 '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