summaryrefslogtreecommitdiffstats
path: root/kaddressbook/distributionlistentryview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/distributionlistentryview.h')
-rw-r--r--kaddressbook/distributionlistentryview.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/kaddressbook/distributionlistentryview.h b/kaddressbook/distributionlistentryview.h
index 1fbf9f2d..e3d9b862 100644
--- a/kaddressbook/distributionlistentryview.h
+++ b/kaddressbook/distributionlistentryview.h
@@ -3,9 +3,9 @@
#include <libkdepim/distributionlist.h>
-#include <qmap.h>
-#include <qstring.h>
-#include <qwidget.h>
+#include <tqmap.h>
+#include <tqstring.h>
+#include <tqwidget.h>
class QBoxLayout;
class QButtonGroup;
@@ -26,31 +26,31 @@ class DistributionListEntryView : public QWidget
Q_OBJECT
public:
- explicit DistributionListEntryView( KAB::Core* core, QWidget* parent = 0 );
+ explicit DistributionListEntryView( KAB::Core* core, TQWidget* parent = 0 );
void setEntry( const KPIM::DistributionList& list, const KPIM::DistributionList::Entry& entry );
public slots:
void clear();
signals:
- void distributionListClicked( const QString& );
+ void distributionListClicked( const TQString& );
private slots:
void emailButtonClicked( int id );
private:
- QMap<int, QString> m_idToEmail;
+ TQMap<int, TQString> m_idToEmail;
KAB::Core* m_core;
KPIM::DistributionList m_list;
KPIM::DistributionList::Entry m_entry;
- QGridLayout* m_radioLayout;
- QBoxLayout* m_mainLayout;
- QButtonGroup* m_emailGroup;
- QLabel* m_addresseeLabel;
+ TQGridLayout* m_radioLayout;
+ TQBoxLayout* m_mainLayout;
+ TQButtonGroup* m_emailGroup;
+ TQLabel* m_addresseeLabel;
KURLLabel* m_distListLabel;
- QLabel* m_imageLabel;
- QLabel* m_resourceLabel;
- QMap<int, QString> m_indexToIdentifier;
+ TQLabel* m_imageLabel;
+ TQLabel* m_resourceLabel;
+ TQMap<int, TQString> m_indexToIdentifier;
};
}