summaryrefslogtreecommitdiffstats
path: root/kaddressbook/contacteditorwidgetmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/contacteditorwidgetmanager.h')
-rw-r--r--kaddressbook/contacteditorwidgetmanager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/contacteditorwidgetmanager.h b/kaddressbook/contacteditorwidgetmanager.h
index 9b0efbc15..8ffbd1832 100644
--- a/kaddressbook/contacteditorwidgetmanager.h
+++ b/kaddressbook/contacteditorwidgetmanager.h
@@ -24,7 +24,7 @@
#ifndef CONTACTEDITORWIDGETMANAGER_H
#define CONTACTEDITORWIDGETMANAGER_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include "contacteditorwidget.h"
@@ -58,7 +58,7 @@ class ContactEditorWidgetManager : public QObject
private:
void reload();
- QValueList<KAB::ContactEditorWidgetFactory*> mFactories;
+ TQValueList<KAB::ContactEditorWidgetFactory*> mFactories;
static ContactEditorWidgetManager *mSelf;
};
@@ -68,7 +68,7 @@ class ContactEditorTabPage : public QWidget
Q_OBJECT
public:
- ContactEditorTabPage( QWidget *parent, const char *name = 0 );
+ ContactEditorTabPage( TQWidget *parent, const char *name = 0 );
/**
Adds a widget to the tab.
@@ -106,7 +106,7 @@ class ContactEditorTabPage : public QWidget
void changed();
private:
- QGridLayout *mLayout;
+ TQGridLayout *mLayout;
KAB::ContactEditorWidget::List mWidgets;
};