diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:25:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:25:18 +0000 |
commit | aa3a1ca934bc541bddd3fa136a85f106f7da266e (patch) | |
tree | 9ad0b795aed8fa4ac30c2fe0fd1aacb8175714c0 /secpolicy/pamview.h | |
parent | b10cf7066791a2f362495890cd50c984e8025412 (diff) | |
download | tdeadmin-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 'secpolicy/pamview.h')
-rw-r--r-- | secpolicy/pamview.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/secpolicy/pamview.h b/secpolicy/pamview.h index ea41634..c2a6084 100644 --- a/secpolicy/pamview.h +++ b/secpolicy/pamview.h @@ -25,7 +25,7 @@ #ifndef _PAMVIEW_H #define _PAMVIEW_H -#include <qwidget.h> +#include <tqwidget.h> class QListBox; class QListView; @@ -34,7 +34,7 @@ class PamView : public QWidget { Q_OBJECT public: - PamView(QWidget *parent = 0, const char *name = 0); + PamView(TQWidget *parent = 0, const char *name = 0); virtual ~PamView(); protected: @@ -42,8 +42,8 @@ protected: void initServices(); private: - QListBox *servicesLB; - QListView *propertiesLV; + TQListBox *servicesLB; + TQListView *propertiesLV; }; #endif |