summaryrefslogtreecommitdiffstats
path: root/kaddressbook/filterselectionwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/filterselectionwidget.h')
-rw-r--r--kaddressbook/filterselectionwidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/filterselectionwidget.h b/kaddressbook/filterselectionwidget.h
index fcae42fc..bedb2711 100644
--- a/kaddressbook/filterselectionwidget.h
+++ b/kaddressbook/filterselectionwidget.h
@@ -24,7 +24,7 @@
#ifndef FILTERSELECTIONWIDGET_H
#define FILTERSELECTIONWIDGET_H
-#include <qhbox.h>
+#include <tqhbox.h>
class KComboBox;
@@ -38,10 +38,10 @@ class FilterSelectionWidget : public QHBox
Q_OBJECT
public:
- FilterSelectionWidget( QWidget *parent, const char *name = 0 );
+ FilterSelectionWidget( TQWidget *parent, const char *name = 0 );
~FilterSelectionWidget();
- void setItems( const QStringList &names );
+ void setItems( const TQStringList &names );
int currentItem() const;
void setCurrentItem( int index );