diff options
Diffstat (limited to 'secpolicy')
-rw-r--r-- | secpolicy/pamview.cpp | 2 | ||||
-rw-r--r-- | secpolicy/pamview.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/secpolicy/pamview.cpp b/secpolicy/pamview.cpp index 963ce20..90a804a 100644 --- a/secpolicy/pamview.cpp +++ b/secpolicy/pamview.cpp @@ -45,7 +45,7 @@ PamView::PamView(TQWidget *parent, const char *name) { TQHBoxLayout *topl = new TQHBoxLayout(this); - TQVBoxLayout *leftl = new QVBoxLayout; + TQVBoxLayout *leftl = new TQVBoxLayout; topl->addLayout(leftl); TQLabel *label = new TQLabel(i18n("Available services:"), this); diff --git a/secpolicy/pamview.h b/secpolicy/pamview.h index c2a6084..2ebd31c 100644 --- a/secpolicy/pamview.h +++ b/secpolicy/pamview.h @@ -27,8 +27,8 @@ #include <tqwidget.h> -class QListBox; -class QListView; +class TQListBox; +class TQListView; class PamView : public QWidget { |